Resolve #3340299 "Documentation in croninterface"
Closes #3340299
Merge request reports
Activity
added 1 commit
12 12 /** 13 13 * Executes a cron run. 14 14 * 15 * Do not call this function from a test. Use $this->cronRun() instead. 15 * This method performs several tasks: 16 * - Ensures that the execution continues even if the request is cancelled. 17 * - Switches the current user to an anonymous user to ensure consistent permissions. 18 * - Attempts to acquire a cron lock to prevent parallel executions. 19 * - If the lock is acquired, invokes cron handlers, processes queues, and sets the last cron run timestamp. changed this line in version 3 of the diff
added 1 commit
added 1241 commits
Toggle commit list- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
added 1 commit
added 226 commits
-
b2427a44...c0beeeea - 225 commits from branch
project:11.x
- b62dfa11 - Merge branch '11.x' into '3340299-documentation-in-croninterface'
-
b2427a44...c0beeeea - 225 commits from branch
- Resolved by Stephen Mustgrave
added 1320 commits
-
b62dfa11...501bbdbe - 1318 commits from branch
project:11.x
- 83f761c5 - Merge branch '11.x' into 3340299-documentation-in-croninterface
- 0d3f188c - Issue #3340299: Fix conflicts and adjust
-
b62dfa11...501bbdbe - 1318 commits from branch
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
added 256 commits
- 82116bd6...9ccb6c04 - 246 earlier commits
- d9d9a32c - Issue #3522353 by longwave, quietone, bbrala: Update Composer dependencies for 11.2.0
- d85d0520 - Issue #3513659 by quietone, longwave, smustgrave, catch: Enable LineLength for...
- 41205558 - Issue #3500632 by nicxvan, dww, smustgrave, oily, berdir: Convert...
- b0453c1a - Issue #3355485 by alexpott, robert-arias, phenaproxima, b_sharpe,...
- 6d2fc89e - Issue #3513410 by nicxvan, dww, larowlan: Convert hook_requirements() that do...
- 3fc2fe8d - Issue #3520946 by phenaproxima, wim leers, longwave, penyaskito, larowlan:...
- c208f440 - Issue #3523378 by longwave: Bump twig/twig minimum version
- f3b3c4cd - Issue #2511330 by catch, wim leers, larowlan, godotislate, fabianx: Deprecate...
- 241597e3 - Issue #1578832 by dcam, oily, vidorado, ttiurani, joseph.olstad, legolasbo,...
- b1e80363 - Issue #3340299: Clarify purpose of anonymous user switch in CronInterface documentation
Toggle commit listadded 261 commits
-
b1e80363...c706bf19 - 255 commits from branch
project:11.x
- b9eef856 - Issue #3340299: Update documentation in CronInterface.
- e5aa937d - Issue #3340299: Remove return typê on run function.
- a0735563 - Issue #3340299: documentation in CronInterface is out of date and incomplete
- cc7f747f - Issue #3340299: Fix conflicts and adjust
- 2cffa9e6 - Apply 1 suggestion(s) to 1 file(s)
- 6bbc115d - Issue #3340299: Clarify purpose of anonymous user switch in CronInterface documentation
Toggle commit list-
b1e80363...c706bf19 - 255 commits from branch
Please register or sign in to reply