Skip to content

Commit 534e476

Browse files
committed
chore: enable scheduled scoring job
1 parent a222598 commit 534e476

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config/schedule.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#fetch_scoring_job:
2-
# cron: "*/2 * * * *"
3-
# class: "FetchScoringJob"
4-
# queue: default
1+
fetch_scoring_job:
2+
cron: "*/2 * * * *"
3+
class: "FetchScoringJob"
4+
queue: default

0 commit comments

Comments
 (0)