fix: cron to utc
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
19dcbff6fd
commit
52c4b78bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class AppConfig(AppConfig):
|
||||||
job.delete()
|
job.delete()
|
||||||
# Schedule jobs here as required
|
# Schedule jobs here as required
|
||||||
scheduler.cron(
|
scheduler.cron(
|
||||||
"0 6 * * 1-5",
|
"30 12 * * 1-5", # UTC
|
||||||
func=populate_bhav_copy_data,
|
func=populate_bhav_copy_data,
|
||||||
repeat=None,
|
repeat=None,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue