Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check Latest not run on Thrusdays on Staging #400

Merged
merged 5 commits into from
May 22, 2024

Conversation

bigglesandginger
Copy link
Contributor

@bigglesandginger bigglesandginger commented May 3, 2024

schedule of "*/5 * * * 1-3,5-7" = every 5 mins (or mins/5 when remainder is zero), all hours, all days of the month, all months, 1-3 (monday-wednesday), 5-7 (friday-sunday)

could also represent the days of the week as 1,2,3,5,6,7 but I like the minus sign more :)

Useful tool: https://crontab.guru/#*/5_*_*_*_1-3,5-7

@YohannParis
Copy link
Member

Let's change it to nightly at 4am, like production environment.
To be merged once dev is ready and finished.

@bigglesandginger bigglesandginger merged commit 522e6b8 into main May 22, 2024
3 checks passed
@bigglesandginger bigglesandginger deleted the update_staging_except_thrusday branch May 22, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants