Skip to content
Snippets Groups Projects
Commit ef33c433 authored by Audrey Hamelers's avatar Audrey Hamelers
Browse files

changes to default job db values

parent e4eced05
No related branches found
No related tags found
3 merge requests!380Pipeline changes,!379Build step added for the master branch,!378k8s release
...@@ -57,7 +57,7 @@ exports.seed = async (knex, Promise) => { ...@@ -57,7 +57,7 @@ exports.seed = async (knex, Promise) => {
last_status: 'pass', last_status: 'pass',
last_pass: midnight, last_pass: midnight,
last_run: midnight, last_run: midnight,
frequency: '0 6 * * *', frequency: '0 */12 * * *',
description: description:
'Retrieves submission success and failure messages from the NCBI', 'Retrieves submission success and failure messages from the NCBI',
}, },
...@@ -76,7 +76,7 @@ exports.seed = async (knex, Promise) => { ...@@ -76,7 +76,7 @@ exports.seed = async (knex, Promise) => {
last_status: 'pass', last_status: 'pass',
last_pass: midnight, last_pass: midnight,
last_run: midnight, last_run: midnight,
frequency: '0 7 * * *', frequency: '0 6 * * *',
description: 'Notifies users of their stalled manuscript submissions', description: 'Notifies users of their stalled manuscript submissions',
}, },
{ {
...@@ -113,7 +113,7 @@ exports.seed = async (knex, Promise) => { ...@@ -113,7 +113,7 @@ exports.seed = async (knex, Promise) => {
last_status: 'pass', last_status: 'pass',
last_pass: midnight, last_pass: midnight,
last_run: midnight, last_run: midnight,
frequency: '30 11 * * *', frequency: '0 */12 * * *',
description: 'Checks for and mirrors changes to linked ORCID IDs', description: 'Checks for and mirrors changes to linked ORCID IDs',
}, },
{ {
...@@ -122,7 +122,7 @@ exports.seed = async (knex, Promise) => { ...@@ -122,7 +122,7 @@ exports.seed = async (knex, Promise) => {
last_status: 'pass', last_status: 'pass',
last_pass: midnight, last_pass: midnight,
last_run: midnight, last_run: midnight,
frequency: '0 5 * * 0,3', frequency: '0 4 * * 0,3',
description: 'Updates the local NLM Catalog-based journal list', description: 'Updates the local NLM Catalog-based journal list',
}, },
{ {
...@@ -131,7 +131,7 @@ exports.seed = async (knex, Promise) => { ...@@ -131,7 +131,7 @@ exports.seed = async (knex, Promise) => {
last_status: 'pass', last_status: 'pass',
last_pass: midnight, last_pass: midnight,
last_run: midnight, last_run: midnight,
frequency: '*/1 * * * *', frequency: '*/4 * * * *',
description: description:
'Runs checks to send and recieve files from NCBI PDF converter', 'Runs checks to send and recieve files from NCBI PDF converter',
}, },
...@@ -141,7 +141,7 @@ exports.seed = async (knex, Promise) => { ...@@ -141,7 +141,7 @@ exports.seed = async (knex, Promise) => {
last_status: 'pass', last_status: 'pass',
last_pass: midnight, last_pass: midnight,
last_run: midnight, last_run: midnight,
frequency: '*/3 * * * *', frequency: '0 * * * *',
description: 'Retrieves bulk upload files from FTP', description: 'Retrieves bulk upload files from FTP',
}, },
{ {
...@@ -150,7 +150,7 @@ exports.seed = async (knex, Promise) => { ...@@ -150,7 +150,7 @@ exports.seed = async (knex, Promise) => {
last_status: 'pass', last_status: 'pass',
last_pass: midnight, last_pass: midnight,
last_run: midnight, last_run: midnight,
frequency: '*/3 * * * *', frequency: '0 * * * *',
description: 'Retrieves tagger files from FTP', description: 'Retrieves tagger files from FTP',
}, },
] ]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment