celery / flask ; going from development to production celery / flask ; going from development to production flask flask

celery / flask ; going from development to production


I think you need a proper demonization of this script, there is nice documentation about this on the official doc website: http://celery.github.com/celery/cookbook/daemonizing.html

I really recommend you to have a look at Supervisor for this job (demonize a script like yours takes not more than 5 minutes).