Execution of task(s) due to execution. From the inline help:
By default, requesting this base link will only run tasks due for execution. To execute a specific task, use the task's ID as a query parameter appended to the URL: BASE_URL&id=<taskId>
(Thus the id retrieved from the input in ScheduleRunner::runWebCron should be zero.)
The id in runWebCron is set to the id from the menu item, I think it is parseRawRoute adding the id.
So only the tasks matching that ID is executed, if there is any task with that id.
The problem is resolved by adding a &id=0 to the Webcron Link. Which is a minor inconvenience, but shouldn't that be the default base url??
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-07-13 07:42:47 |
Closed_By | ⇒ | alikon |
so let's close it
This issue is resolved with PR #43164