sources/ldap: adjust task schedule name
This commit is contained in:
parent
05d4a9ef62
commit
c00e01626e
|
@ -6,7 +6,7 @@ AUTHENTICATION_BACKENDS = [
|
|||
]
|
||||
|
||||
CELERY_BEAT_SCHEDULE = {
|
||||
"sync": {
|
||||
"sources_ldap_sync": {
|
||||
"task": "passbook.sources.ldap.tasks.sync",
|
||||
"schedule": crontab(minute=0), # Run every hour
|
||||
}
|
||||
|
|
Reference in New Issue