periodic_billing crontab(day_of_month='1', hour='1', minute='1')

remotes/origin/revert-6d879fe8
wad 8 years ago
parent da3992c341
commit a6d279183f
  1. 3
      lms/celery.py

@ -21,7 +21,8 @@ register_signal(client)
app.conf.beat_schedule = {
'periodic_billing': {
'schedule': crontab(minute='*/1'),
'schedule': crontab(day_of_month='1', hour='1', minute='1'), # заглушка на время отладки
# 'schedule': crontab(minute='*/1'),
# crontab(minute='0',hour='*/3',),
'task': 'finance.tasks.periodic_billing'
}

Loading…
Cancel
Save