Skip to content

Commit

Permalink
meteorology-tn: use cron job for data types again
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Dec 13, 2023
1 parent a5da995 commit 84157a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-meteorology-tn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
# Scheduler
X_SCHEDULER_CRON_DATA: 0 01/15 * * * *
X_SCHEDULER_CRON_STATIONS: 0 0 1 * * *
X_SCHEDULER_CRON_TYPES: 0 0 * * * *
X_SCHEDULER_POOL_SIZE: 10

- name: Build project
Expand Down Expand Up @@ -136,6 +137,7 @@ jobs:
# Scheduler
X_SCHEDULER_CRON_DATA: 0 01/15 * * * *
X_SCHEDULER_CRON_STATIONS: 0 0 1 * * *
X_SCHEDULER_CRON_TYPES: 0 0 * * * *
X_SCHEDULER_POOL_SIZE: 10

- name: Build project
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
scheduler.stations=${SCHEDULER_CRON_STATIONS:*/10 * * * * *}
scheduler.data=${SCHEDULER_CRON_DATA:*/10 * * * * *}
scheduler.dataTypes=${SCHEDULER_CRON_TYPES:*/10 * * * * *}


# Define any property you need for your project, do not configure things inside classes.
Expand Down

0 comments on commit 84157a6

Please sign in to comment.