fix(scheduler): fall back from PUT to GET on pause/resume 405 - #170
Merged
Conversation
v1r3n
approved these changes
Aug 7, 2026
- try PUT first, fall back to GET on 405, cache the verdict per client instance
kowser-orkes
force-pushed
the
fix/scheduler-verb-fallback
branch
from
August 7, 2026 06:53
5ec82f6 to
947db96
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request type
Changes in this PR
Orkes Conductor historically accepted GET only) — both
SchedulerResourceApi(the generatedclient) and
Schedules(the AI scheduling facade) sent a single hardcoded verb, so each onlyworked against one server family
shared verdict between pause and resume
failures
Alternatives considered
that hasn't picked up server-side PUT support yet
favor of a simpler, stateless per-call retry