Skip to content

Commit

Permalink
Merge branch 'main' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Dec 13, 2023
2 parents d4eae78 + 84157a6 commit 4efb48a
Show file tree
Hide file tree
Showing 3 changed files with 13 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
10 changes: 10 additions & 0 deletions data-collectors/meteorology-tn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ SPDX-License-Identifier: CC0-1.0
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
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 4efb48a

Please sign in to comment.