Skip to content

Commit

Permalink
Fix: Set Default fetch for http pull cron to 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
zoernert committed Apr 25, 2024
1 parent 9da0a93 commit 7399484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/services/httppull.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
crons: [
{
name: "Scheduled HTTP Pulls",
cronTime: '*/5 * * * *',
cronTime: '*/15 * * * *',
manualStart: false,
timeZone: 'Europe/Berlin',
onTick: async function(ctx) {
Expand Down

0 comments on commit 7399484

Please sign in to comment.