pull/38/head
Konstantin Gründger 2016-02-04 19:18:57 +01:00
rodzic 23a364761f
commit e85e01e2c1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ CELERYBEAT_SCHEDULE = {
'schedule': timedelta(minutes=5),
},
'update-receiver-table': {
'task': 'ogn.collect.database.update_receivers',
'task': 'ogn.collect.receiver.update_receivers',
'schedule': timedelta(minutes=5),
},
}