Skip to content

Commit

Permalink
hotfix: trigger scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
chominho96 committed Mar 1, 2024
1 parent a214ad9 commit 153b10a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions batch/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ spring:

schedules:
cron:
stock: "0 40 * * * *"
stock: "0 0 * * * *"
dividend:
past: "0 0 * * * *"
future: "0 0 * * * *"
past: "0 30 * * * *"
future: "0 30 * * * *"

financial:
fmp:
Expand Down

0 comments on commit 153b10a

Please sign in to comment.