Skip to content

SirSaleh/celery-daemonizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

celery-daemonizer

simple scripts to daemonize celery apps. currently it is only available for python apps.

usage

sh start.sh <options>

Note: start.sh needs the root access. So you if you are not using the root user, you will probably need to use sudo.

list of options

option description required/optional
-a celery app (for example my_main_app) required
-c your app ch-dir, for example /srv/my-proj/ required
-d absolute or relative path to the celery command. for example /home/saleh/.local/bin/celery. maybe which celery can help you required
-n your app name, for example my_app required

About

simple scripts to daemoniz celery apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages