-
Notifications
You must be signed in to change notification settings - Fork 0
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
Schedule should use UTC; fixed name job #310
Conversation
project.clj
Outdated
@@ -92,4 +92,4 @@ | |||
:e2e :e2e | |||
:all (constantly true)} | |||
|
|||
:repl-options {:init-ns nl.surf.eduhub-rio-mapper.ooapi}) | |||
:repl-options {:init-ns nl.surf.eduhub-rio-mapper.specs.ooapi}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waarom hebben we dit uberhaupt? Kan dit niet gewoon weg?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Zonder werkt inderdaad ook prima
.github/workflows/test-rio.yml
Outdated
@@ -2,10 +2,10 @@ name: Check if RIO queue is up or down | |||
|
|||
on: | |||
schedule: | |||
- cron: '6 9-17 * * 1-5' # every hour on weekdays during working hours | |||
- cron: '6 7-15 * * 1-5' # every hour on weekdays during working hours |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kunnen we niet beter voor 9-15
gaan? Dan weten we zeker dat het kantooruren in onze TZ zijn.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nog beter, laten we de precieze check in Clojure doen waar we wel weten hoe laat het is, zodat we het hele jaar alleen tussen 9:00 en 17:00 testen, zomertijd en wintertijd.
No description provided.