Hi
I'm just trying to figure how the tasks are run in production. Am I right in thinking that the scheduler must be running, and if i am using celery than a worker must be running as well?
I just plan on using mysql at the moment. Do you recommend creating a init script to start the scheduler?
Cheers