sources/ldap: adjust task schedule name

This commit is contained in:
Jens Langhammer 2020-07-07 17:04:07 +02:00
parent 05d4a9ef62
commit c00e01626e
1 changed files with 1 additions and 1 deletions

View File

@ -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
}