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

Update backend state on GET requests #4758

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

evansd
Copy link
Contributor

@evansd evansd commented Dec 3, 2024

As described in the linked ticket, previously we only updated this state on POST requests. This meant that when we entered database maintenance mode this would only become visible to users once a job was actually running. This has repeatedly caused minor confusion and annoyance.

We were already updating the "last seen" stats for the backend on every GET, so this just extends this slightly.

Closes #4605

As described in the linked ticket, previously we only updated this
state on POST requests. This meant that when we entered database
maintenance mode this would only become visible to users once a job was
actually running. This has repeatedly caused minor confusion and
annoyance.

We were already updating the "last seen" stats for the backend on every
GET, so this just extends this slightly.

Closes #4605
@evansd evansd force-pushed the evansd/update-flags-on-get branch from 3addff4 to 57865e6 Compare December 3, 2024 12:29
@evansd evansd merged commit 18dade1 into main Dec 3, 2024
7 checks passed
@evansd evansd deleted the evansd/update-flags-on-get branch December 3, 2024 14:39
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.

Update job-runner status on GET requests as well as POST
2 participants