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

Not possible to requeue a failed welcomer job #816

Open
stwalkerster opened this issue Jul 11, 2023 · 1 comment
Open

Not possible to requeue a failed welcomer job #816

stwalkerster opened this issue Jul 11, 2023 · 1 comment

Comments

@stwalkerster
Copy link
Member

A few different bits of functionality means it's currently not possible to requeue a failed welcomer job.

  • If a welcome job fails, then it will be placed in a failed state and will give options to requeue or acknowledge the failure.
  • When any job is requeued, it is placed into the "JobQueue" status.
  • The welcomer job requires that the request be closed for the job to succeed.
  • Dropping a request with queued jobs cancels all outstanding jobs

We should ensure that a requeue doesn't mess around unnecessarily with the request status.

@JJMC89
Copy link

JJMC89 commented May 26, 2024

just ran into this again for job #20207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Incoming
Development

No branches or pull requests

2 participants