docker-taiga / taiga

docker-compose.yml for simple taiga setup
215 stars 75 forks source link

Celery worker is missing #44

Closed yomguy closed 3 years ago

yomguy commented 3 years ago

Hi,

Thanks a lot for the setup!

As the composition is defined, there is no celery worker to take the asynchronous tasks sent by the back container through the redis one. As a result, for example, the timelines of the projects are not updated automatically.

If we agree on this fact, I could provide a PR.

w1ck3dg0ph3r commented 3 years ago

Hi! Celery worker should be started along with backend since https://github.com/docker-taiga/back/commit/06125618f16a9f831c27f82a7666f179983297d5: https://github.com/docker-taiga/back/blob/97df7710df01d24b199208e2cca1579cef233d5a/start.sh#L76

yomguy commented 3 years ago

Great @w1ck3dg0ph3r it indeed works!