-
- Downloads
Merge pull request #14615 from kampka/cron-command
Allow configuring background job mode from the console
No related branches found
No related tags found
Showing
- core/command/background/ajax.php 33 additions, 0 deletionscore/command/background/ajax.php
- core/command/background/base.php 77 additions, 0 deletionscore/command/background/base.php
- core/command/background/cron.php 33 additions, 0 deletionscore/command/background/cron.php
- core/command/background/webcron.php 33 additions, 0 deletionscore/command/background/webcron.php
- core/register_command.php 3 additions, 0 deletionscore/register_command.php
- tests/lib/command/background.php 58 additions, 0 deletionstests/lib/command/background.php
core/command/background/ajax.php
0 → 100644
core/command/background/base.php
0 → 100644
core/command/background/cron.php
0 → 100644
core/command/background/webcron.php
0 → 100644
tests/lib/command/background.php
0 → 100644
Please register or sign in to comment