Skip to content

Commit

Permalink
fix: scheduled event cron
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Oct 24, 2023
1 parent 9cd74e8 commit e7623ea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions printrov_merch_store/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,11 @@

scheduler_events = {
# every five minutes
"*/5 * * * *": [
"printrov_merch_store.tasks.sync_products_from_printrove"
]
"Cron": {
"*/5 * * * *": [
"printrov_merch_store.tasks.sync_products_from_printrove"
]
}
}

# scheduler_events = {
Expand Down

0 comments on commit e7623ea

Please sign in to comment.