Keywords: Jenkins - AWS - Technical issue - Other
Description:
Hello,
We have quite a few periodic builds that run every night at around 1 AM. The build generates few files and those files will be picked by some third-party integrations (Used by some other organization). The third-party integration looks for this file and picks it up at around 1:30 AM for further processing. From the last few days, we noticed that the periodic builds are delayed by an hour which is causing some issues with the third-party integration jobs.
The cron expression is:
0 1 * * *
We tried to change the cron expression to distribute the load equally
H 1 * * *
Any suggestions on this, please?