Async server for running tasks in parallel.
Go to file
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
bin Implemented Parent Handlers. 2020-06-03 17:00:44 +02:00
src/FuzeWorks/Async Finished tasks are no longer loaded in SuperVisor. 2020-06-05 16:35:15 +02:00
test Finished tasks are no longer loaded in SuperVisor. 2020-06-05 16:35:15 +02:00
.drone.yml Try with only Redis. 2020-05-26 17:56:15 +02:00
.gitignore Started implementing Drone 2020-05-15 18:26:30 +02:00
composer.json Made the Docker image Alpine-based. Should work better when running Async in a Cron environment. 2020-05-19 12:01:48 +02:00
Dockerfile Made the Docker image Alpine-based. Should work better when running Async in a Cron environment. 2020-05-19 12:01:48 +02:00