I am developing a scaling app for RH Openshift.
I plan to use three gears for the following purposes:
1) HAProxy and web cartridge
2) MySQL 5.1 database
3) Background process (Celery)
I have already setup the first two gears by creating a scalable app, and adding the MySQL database cartridge. How can I assign the last gear to run Celery?