Skip to content

Commit

Permalink
fix: scheduler cron expression (#2413)
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Zhang <[email protected]>
  • Loading branch information
zmcNotafraid authored Jan 28, 2025
1 parent e6853d9 commit 9ef25e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scheduler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def call_worker(clz)
call_worker AnalyzeContractFromCellDependencyWorker
end

s.every "0 */4 * * *", overlap: false do
s.cron "0 */4 * * *", overlap: false do
call_worker FiberGraphDetectWorker
end

Expand Down

0 comments on commit 9ef25e8

Please sign in to comment.