Skip to content
Snippets Groups Projects
Commit d128b2f1 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

fix: change trigger cron params

Trigger will be launched at 2.10 AM
parent 6c93c8ae
Branches
Tags
2 merge requests!50Merge dev into master,!46Resolve "Mise à jour des données Enedis NON automatique"
...@@ -48,7 +48,7 @@ export class TriggerService { ...@@ -48,7 +48,7 @@ export class TriggerService {
} }
const triggerAttributes: TriggerAttributes = { const triggerAttributes: TriggerAttributes = {
type: '@cron', type: '@cron',
arguments: '0 47 0 * * *', arguments: '0 10 2 * * *',
worker: 'konnector', worker: 'konnector',
message: { message: {
account: this._account._id, account: this._account._id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment