diff --git a/feeds/index.js b/feeds/index.js index f67454530..7b619e444 100644 --- a/feeds/index.js +++ b/feeds/index.js @@ -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, () => {