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