Skip to content

Commit

Permalink
Merge pull request #38 from 5GZORRO/feature/spectoken
Browse files Browse the repository at this point in the history
spring format cron expression
  • Loading branch information
Dabami authored Nov 30, 2022
2 parents e906a87 + 63b3b67 commit e7a2e97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/src/main/resources/application-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ callbacks:

cron:
schedule:
dates: 0 0 1 ? * * *
nfts: 0 0 2 ? * * *
dates: 0 0 1 * * *
nfts: 0 0 2 * * *
4 changes: 2 additions & 2 deletions app/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ callbacks:

cron:
schedule:
dates: 0 0 1 ? * * *
nfts: 0 0 2 ? * * *
dates: 0 0 1 * * *
nfts: 0 0 2 * * *
4 changes: 2 additions & 2 deletions app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ callbacks:

cron:
schedule:
dates: 0 0 1 ? * * *
nfts: 0 0 2 ? * * *
dates: 0 0 1 * * *
nfts: 0 0 2 * * *

0 comments on commit e7a2e97

Please sign in to comment.