Skip to content

Commit

Permalink
Update cron job schedule to run every minute
Browse files Browse the repository at this point in the history
  • Loading branch information
xlassix committed Nov 14, 2024
1 parent c53883e commit 1e81175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestrator/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { log } from "./logger";
env.rooch.chainId.map((chain) => {
const rooch = new RoochIndexer(env.rooch.privateKey, chain, env.rooch.oracleAddress);
new CronJob(
"0 * * * * *",
"0 * * * *",
() => {
rooch.sendUnfulfilledRequests();
},
Expand Down

0 comments on commit 1e81175

Please sign in to comment.