Skip to content

Commit

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

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

0 comments on commit 12205b6

Please sign in to comment.