Bug 31580 - Review Koha::BackgroundJob->finish and 'failed' case workflow
Summary: Review Koha::BackgroundJob->finish and 'failed' case workflow
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 27421
Blocks: 35092
  Show dependency treegraph
 
Reported: 2022-09-19 18:21 UTC by Tomás Cohen Arazi
Modified: 2023-10-18 14:49 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomás Cohen Arazi 2022-09-19 18:21:47 UTC
See bug 27421, which introduces it.
Comment 1 Tomás Cohen Arazi 2022-09-19 18:36:41 UTC
What I wanted to say is that maybe we want to be able to mark as finished a failed job, maybe because we hit 'retry' (when implemented, of course).

We need to think about this workflow.