Closed Bug 902724 Opened 11 years ago Closed 11 years ago

Celery warning on cron jobs.

Categories

(Marketplace Graveyard :: Payments/Refunds, defect, P2)

x86_64
Windows 7
defect

Tracking

(Not tracked)

RESOLVED FIXED
2013-09-17

People

(Reporter: oremj, Assigned: wraithan)

Details

(Whiteboard: [qa-])

Seeing warnings like the following when running cron jobs.

venv/lib/python2.6/site-packages/celery/loaders/default.py:64: NotConfigured: No 'celeryconfig' module found! Please make sure it exists and is available to Python.

Example crontab:

# once per day, generate stats log and upload to S3
05 0 * * * sol_prod cd /data/sol.prod/www/payments.firefox.com/deploy-solitude-prod-20130808004318-12aef9b8bf/solitude; /data/sol.prod/www/payments.firefox.com/deploy-solitude-prod-20130808004318-12aef9b8bf/venv/bin/python -W ignore::DeprecationWarning manage.py stats_log

# once per day, clean statuses older than BANGO_STATUSES_LIFETIME setting
35 0 * * * sol_prod cd /data/sol.prod/www/payments.firefox.com/deploy-solitude-prod-20130808004318-12aef9b8bf/solitude; /data/sol.prod/www/payments.firefox.com/deploy-solitude-prod-20130808004318-12aef9b8bf/venv/bin/python -W ignore::DeprecationWarning manage.py clean_statuses
Assignee: nobody → wraithan
Target Milestone: --- → 2013-08-13
Priority: -- → P2
Target Milestone: 2013-08-13 → 2013-08-20
Version: 1.5 → 1.3
Target Milestone: 2013-08-20 → 2013-08-27
Target Milestone: 2013-08-27 → 2013-09-03
Target Milestone: 2013-09-03 → 2013-09-10
Target Milestone: 2013-09-10 → 2013-09-17
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.