Skip to content

Commit

Permalink
Merge pull request #11 from usherlabs/feature/retry_unfulfilled_requests
Browse files Browse the repository at this point in the history
Update cron job schedule to run every hour
  • Loading branch information
rsoury authored Nov 18, 2024
2 parents 631e430 + 1e81175 commit b6ac38c
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 b6ac38c

Please sign in to comment.