Skip to content

Commit

Permalink
⏰ Updated job schedule in vercel.json
Browse files Browse the repository at this point in the history
The frequency of the daily-job in the passport-oracles API has been modified.

- The job's schedule was previously set to run every minute.
- It is now configured to run every 15 minutes.
  • Loading branch information
Corantin committed Oct 11, 2024
1 parent c556a98 commit 9670645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"path": "/api/passport-oracles/daily-job/421614",
"schedule": "*/1 * * * *"
"schedule": "*/15 * * * *"
}
]
}

0 comments on commit 9670645

Please sign in to comment.