-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
4.3.2, 4.4
-
None
-
MOODLE_403_STABLE, MOODLE_404_STABLE
- Spawn a long running task
- Run the cli for it
- Visit admin/tool/task/runningtasks.php and see that it is running
- Press control c and you get
== Exiting gracefully, please wait ... ==
- Press control c a second time and this time the script exits immediately
- Visit admin/tool/task/runningtasks.php and see that it looks like it is still running when it should not be present
This is still a controlled php shutdown and it should flag the task as a fail and change its timestamps etc.