Skip to content

Commit

Permalink
Worker Dev Manifest Modification
Browse files Browse the repository at this point in the history
  • Loading branch information
DEKHTIARJonathan committed Aug 20, 2017
1 parent 16fa24a commit 97837ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ applications:
disk_quota: 2G
path: .
buildpack: https://github.com/cloudfoundry/buildpack-python.git
command: celery worker -A application -l info --events
command: celery worker -A application -l info --events --detach && celery beat -A application --loglevel=info --detach && celery events -A application --loglevel=info --camera=django_celery_monitor.camera.Camera --frequency=2.0 --detach
stack: cflinuxfs2
health-check-type: process
no-route: true

0 comments on commit 97837ad

Please sign in to comment.