Skip to content

Commit

Permalink
Fix crontabs?
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Oct 1, 2024
1 parent 44f1e45 commit 18cab82
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pipeline-spec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
organisations:
schedule:
crontab: "0 0 * * *"
crontab: "2 2 * * *"
pipeline:
- flow: datapackage_pipelines_migdar.flows.organisations


datasets:
schedule:
crontab: "0 0 * * *"
crontab: "2 2 * * *"
pipeline:
- flow: datapackage_pipelines_migdar.flows.datasets

Expand All @@ -20,14 +19,14 @@ dataset-assets:

zotero:
schedule:
crontab: "0 0 * * *"
crontab: "2 2 * * *"
pipeline:
- flow: datapackage_pipelines_migdar.flows.zotero


publications:
schedule:
crontab: "1 1 * * *"
crontab: "4 4 * * *"
pipeline:
- flow: datapackage_pipelines_migdar.flows.publications

Expand Down

0 comments on commit 18cab82

Please sign in to comment.