~adeuring/launchpad/lazr.jobrunner-more-tests

4 by Aaron Bentley
Add celeryconfig.py to allow running celeryd.
1
#BROKER_PORT = 5672
2
#BROKER_USER = "guest"
3
#BROKER_PASSWORD = "guest"
4
5
BROKER_VHOST = "/"
6
CELERY_RESULT_BACKEND = "amqp"
7
CELERY_IMPORTS = ("lazr.jobrunner.runjobs", )
8
CELERYD_LOG_LEVEL = 'INFO'