Skip to content

Commit

Permalink
cthub - reduce vinpower batch further (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim738745 authored Jul 10, 2024
1 parent 20b31ca commit 1168db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/workers/scheduled_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def schedule_batch_decode_vins_vinpower():
schedule(
"workers.tasks.batch_decode_vins",
"vinpower",
1000,
500,
name="vinpower_batch_decode_vins",
schedule_type="C",
cron="*/2 * * * *",
Expand Down

0 comments on commit 1168db3

Please sign in to comment.