Skip to content

Commit

Permalink
meteorology-tn: renable @PostConstruct and remove type cron config
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Nov 8, 2023
1 parent 6ad73b1 commit 5341aad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-meteorology-tn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
X_provenance_version: ${{ github.sha }}

# Scheduler
X_SCHEDULER_CRON_DATA: 0 01/15 * * * *
X_SCHEDULER_CRON_TYPES: 0 0 * * * *
X_SCHEDULER_CRON_STATIONS: 0 0 1 * * *
X_SCHEDULER_POOL_SIZE: 10
Expand Down Expand Up @@ -135,7 +134,6 @@ jobs:
X_provenance_version: ${{ github.sha }}

# Scheduler
X_SCHEDULER_CRON_DATA: 0 01/15 * * * *
X_SCHEDULER_CRON_TYPES: 0 0 * * * *
X_SCHEDULER_CRON_STATIONS: 0 0 1 * * *
X_SCHEDULER_POOL_SIZE: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class MeteoTnJobScheduler {
@Autowired
private MeteoTnDataConverter converter;

// @PostConstruct
@PostConstruct
public void pushDataTypes() throws Exception {
LOG.info("START.pushDataTypes");

Expand Down

0 comments on commit 5341aad

Please sign in to comment.