Async/test
Abel Hoogeveen 20994674a4
All checks were successful
continuous-integration/drone/push Build is passing
Finished tasks are no longer loaded in SuperVisor.
By adding a parameter in TaskStorage, it is now possible to distinguish between finished and unfinished tasks.
Finished tasks are those tasks that have a status of Task::COMPLETED or Task::CANCELLED. Unfinished tasks are all others.

This allows the SuperVisor to not bother with the mountain of tasks that will be saved during large projects.
2020-06-05 16:35:15 +02:00
..
base Finished tasks are no longer loaded in SuperVisor. 2020-06-05 16:35:15 +02:00
mock/Handlers Implemented proper dependencies. 2020-06-05 15:23:21 +02:00
system Implemented proper dependencies. 2020-06-05 15:23:21 +02:00
temp Try with only Redis. 2020-05-26 17:56:15 +02:00
bootstrap.php Implemented many unit tests. 2020-05-16 19:12:22 +02:00
config.tasks.php Implemented proper dependencies. 2020-06-05 15:23:21 +02:00
phpunit.xml Implemented many unit tests. 2020-05-16 19:12:22 +02:00