Skip to content

Commit

Permalink
fix cron schedule expression (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkemperman-cfa committed Apr 1, 2024
1 parent a512996 commit 6a2d77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Expand Up @@ -111,7 +111,7 @@ server:
persistent: true
transmissions:
snap-transmission-rate: ${SNAP_TRANSMISSION_RATE:PT5M}
wic-ece-transmission-schedule: ${WIC_ECE_TRANSMISSION_SCHEDULE:0 14 * * 1 ?}
wic-ece-transmission-schedule: ${WIC_ECE_TRANSMISSION_SCHEDULE:0 0 16 * * 1}
ftps:
username: ${FTPS_USERNAME:-""}
password: ${FTPS_PASSWORD:-""}
Expand Down

0 comments on commit 6a2d77f

Please sign in to comment.