Complete
Details
Details
Assignee
Vladimir Vinogradenko
Vladimir VinogradenkoReporter
Anders
AndersLabels
Impact
Medium
Components
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created November 19, 2020 at 1:51 PM
Updated July 1, 2022 at 5:00 PM
Resolved November 19, 2020 at 8:02 PM
The manual states:
Note that an in-progress cron task postpones any later scheduled instance of the same task until the running task is complete.
However, what I am seeing is that a long-running cron job is blocking any other cron job from running. It seems the lock is global, not local to each cron task.