Skip to content

Commit

Permalink
refactor: cr调整
Browse files Browse the repository at this point in the history
  • Loading branch information
neronkl committed Nov 10, 2023
1 parent e525b6b commit 777957e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bk-user/bkuser/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@
CELERYBEAT_SCHEDULE = {
"periodic_notify_expiring_tenant_users": {
"task": "bkuser.apps.tenant.periodic_tasks.send_tenant_user_expiring_notification",
"schedule": crontab(minute="0", hour="10"), # 每天凌晨10时执行
"schedule": crontab(minute="0", hour="10"), # 每天10时执行
},
"periodic_notify_expired_tenant_users": {
"task": "bkuser.apps.tenant.periodic_tasks.send_tenant_user_expired_notification",
"schedule": crontab(minute="0", hour="10"), # 每天凌晨10时执行
"schedule": crontab(minute="0", hour="10"), # 每天10时执行
},
}
# Celery 消息队列配置
Expand Down

0 comments on commit 777957e

Please sign in to comment.