Skip to content

Commit

Permalink
fix: moved to 4 hour cron for quantum (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
glucrypto authored Nov 26, 2024
1 parent 229971f commit 4f04ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const instance = await ai.initialize({
quantum: {
enabled: true,
checkInitialState: false,
cronSchedule: "0 * * * *", // 1 hour
cronSchedule: "0 */4 * * *", // 2 hours
ibmConfig: {
apiToken: process.env.IBM_QUANTUM_API_TOKEN!,
backend: "ibm_brisbane",
Expand Down

0 comments on commit 4f04ebb

Please sign in to comment.