Async server for running tasks in parallel.
Go to file
Abel Hoogeveen 4f39b0bec3
Changed the way task output and post output is saved.
Redis now saves all output for a task within a hash. This hash contains individual tasks and all its output.
Attempts also start at 1, since that makes most sense for this context. When output is written, the TaskStorage must figure out at which attempt the Task is.
2020-06-04 21:29:37 +02:00
bin Implemented Parent Handlers. 2020-06-03 17:00:44 +02:00
src/FuzeWorks/Async Changed the way task output and post output is saved. 2020-06-04 21:29:37 +02:00
test Changed the way task output and post output is saved. 2020-06-04 21:29:37 +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