Skip to content

Commit

Permalink
Merge pull request #14446 from jeabakker/features
Browse files Browse the repository at this point in the history
chore(cron): improved stability of cron interval handling
  • Loading branch information
jdalsem committed Sep 11, 2023
2 parents 88ff808 + 6535d38 commit 0e9d8af
Show file tree
Hide file tree
Showing 10 changed files with 652 additions and 291 deletions.
6 changes: 6 additions & 0 deletions docs/guides/events-list.rst
Expand Up @@ -41,6 +41,12 @@ System events
**cron, <period>** |results|
Triggered by cron for each period.

The ``$params`` array will contain:

* ``time`` - the timestamp of when the cron command was started
* ``dt`` - the ``\DateTime`` object of when the cron command was started
* ``logger`` - instance of ``\Elgg\Logger\Cron`` to log any information to the cron log

**cron:intervals, system** |results|
Allow the configuration of custom cron intervals

Expand Down

0 comments on commit 0e9d8af

Please sign in to comment.