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

[WIP] ✨ Allow continuation requests #630

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fabianvf
Copy link
Contributor

@fabianvf fabianvf commented Feb 6, 2025

  • If no incidents are included in a solution request, treat it as a continuation of the prior request. We reset the git state to the last snapshot before return, and continue working on the queue
  • This does not work if multiple requests are hitting the server, we'd need to do additional work to support that

@fabianvf fabianvf force-pushed the continuation-requests branch from 0871fdc to 7975e0a Compare February 6, 2025 20:31
- If no incidents are included in a solution request, treat it as a
  continuation of the prior request. We reset the git state to the last
  snapshot before return, and continue working on the queue
- This does not work if multiple requests are hitting the server, we'd
  need to do additional work to support that

Signed-off-by: Fabian von Feilitzsch <[email protected]>
@fabianvf fabianvf force-pushed the continuation-requests branch from 7975e0a to a5d7408 Compare February 7, 2025 14:13
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.

1 participant