Bug 34997 - Background jobs: Orphaned jobs should not be run after too much time
Summary: Background jobs: Orphaned jobs should not be run after too much time
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 35092
  Show dependency treegraph
 
Reported: 2023-10-06 06:28 UTC by Marcel de Rooy
Modified: 2023-10-18 14:34 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 Marcel de Rooy 2023-10-06 06:28:03 UTC
See bug 34990. See comment4.
There may be jobs not in MQ but in DB. If worker starts in 'db mode' they will now be processed. This should not be done after too much time.

How long is too much time? Or should we leave it to the user to decide somehow?