app='/srv/app'
manage=$app'/manage.py'
wsgi=$app'/wsgi.py'
-concurrency=12
+#concurrency=12
# stating apps
# pip uninstall -y south
# Starting celery worker with the --autoreload option will enable the worker to watch for file system changes
# This is an experimental feature intended for use in development only
# see http://celery.readthedocs.org/en/latest/userguide/workers.html#autoreloading
-python $manage celery worker --autoreload -A worker --concurrency=$concurrency
+python $manage celery worker -A worker