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

Schedule should use UTC; fixed name job #310

Merged
merged 3 commits into from
Jun 24, 2024
Merged

Schedule should use UTC; fixed name job #310

merged 3 commits into from
Jun 24, 2024

Conversation

mdemare
Copy link
Collaborator

@mdemare mdemare commented Jun 11, 2024

No description provided.

@mdemare mdemare requested a review from remvee June 11, 2024 13:50
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})
Copy link
Collaborator

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?

Copy link
Collaborator Author

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

@@ -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
Copy link
Collaborator

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.

Copy link
Collaborator Author

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.

@mdemare mdemare requested a review from remvee June 12, 2024 10:12
@mdemare mdemare merged commit 6d0003a into main Jun 24, 2024
6 checks passed
@mdemare mdemare deleted the fix-rio-test branch June 24, 2024 09:20
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