Async server for running tasks in parallel.
Go to file
Abel Hoogeveen 5f5718cb72
Some checks failed
continuous-integration/drone/push Build is failing
Made many changes. Fixed race-conditions in test code.
2020-05-26 16:16:50 +02:00
bin Implemented basic RedisTaskStorage. 2020-02-14 13:49:27 +01:00
src/FuzeWorks/Async Made many changes. Fixed race-conditions in test code. 2020-05-26 16:16:50 +02:00
test Made many changes. Fixed race-conditions in test code. 2020-05-26 16:16:50 +02:00
.drone.yml Implemented many unit tests. 2020-05-16 19:12:22 +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
storage.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00