Skip to content

Commit

Permalink
run ckan later than ckan_org fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Elson9 committed Jul 5, 2023
1 parent 12205b6 commit 36c12f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feeds/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ if (process.env.SCHEDULE == 'true') {
runTimedJob('prometheus', 120, { numDays: 1 });
runTimedJob('prometheus', 24 * 60 + 5, { numDays: 5 });
runTimedJob('kong', 1 * 60, {});
runTimedJob('ckan', 24 * 60, {});
runTimedJob('ckan_org', (24 * 60) + 30, {});
runTimedJob('ckan', (24 * 60) + 30, {});
runTimedJob('ckan_org', 24 * 60, {});
}

const server = app.listen(port, () => {
Expand Down

0 comments on commit 36c12f0

Please sign in to comment.