The Task Manager allows you to view all of your currently running tasks, tasks that have completed and any scheduled tasks about to happen.
To test your system, try launching a Test Task to see how it performs.
Available Tasks
@foreach(\MediaCloud\Plugin\Tasks\TaskManager::registeredTasks() as $id => $taskClass)
@continue(!$taskClass::runFromTaskManager())
@endforeach
Running Tasks
Task |
Status |
Started |
Total Time |
Remaining |
Time Per |
Memory Per |
Processed |
Progress |
Actions |
No Running Tasks
Scheduled Tasks
Task |
Recurring |
Last Run |
Next Run |
Schedule |
Actions |
No Scheduled Tasks
Past Tasks
Task |
Status |
Started |
Completed |
Total Time |
Processed |
Time Per |
Memory Per |
Progress |
No Past Tasks
@foreach(\MediaCloud\Plugin\Tasks\TaskManager::registeredTasks() as $identifier => $taskClass)
@continue(empty($taskClass::taskOptions()))