Bug 34997

Summary: Background jobs: Orphaned jobs should not be run after too much time
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34990
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 35092    

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?