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

Handle jobs being deleted and re-created #724

Merged
merged 2 commits into from
Oct 3, 2023
Merged

Conversation

gulducat
Copy link
Member

@gulducat gulducat commented Oct 2, 2023

I noticed while working on another issue that /v1/scaling/policy/{policy-id} got started again after job purge/re-create, but /v1/job/{job-id}/scale did not. I was surprised not to find an open issue for this, but maybe I missed it.

Instead of trying to un-stop the existing handler, I opted to just start a new one. Let me know if this is horribly inefficient in some way that I'm not anticipating.

Copy link
Member

@jrasell jrasell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

I think we just need a changelog entry.

@gulducat gulducat merged commit 41ea4ff into main Oct 3, 2023
@gulducat gulducat deleted the fix-job-recreation branch October 3, 2023 17:06
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