Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

fix(celery-beat): Fix celery beat service #301

Closed CuriousLearner closed 6 years ago

CuriousLearner commented 6 years ago

Why was this change necessary?

Celery beat does not expect start or stop argument.

How does it address the problem?

Fixing celery beat to run as a service

Are there any side effects?

None.

theskumar commented 6 years ago

thanks.

CuriousLearner commented 6 years ago

@theskumar Updated the PR by back-porting latest changes. Let me know your thoughts!