python - Supervisor and directory option -


i configuring supervisor daemon able start/stop celery.

it did not work. after debuging , forth realized problem did not change working directory 1 mentioned in directory option in supervisord.conf under program:celery configuration.

hopefully there workdir in celery curious - purpose of directory option then?

directory option in supervisord = mention our project directory path. example: directory="/home/celery/pictures/myapp"


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -