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