Async server for running tasks in parallel.
Go to file
Abel Hoogeveen 1dacc29d86
Some checks failed
continuous-integration/drone/push Build is failing
Maybe Events are the problem?
2020-05-19 22:19:55 +02:00
bin Implemented basic RedisTaskStorage. 2020-02-14 13:49:27 +01:00
src/FuzeWorks/Async Fixed DummyTaskStorage persisting outside of the storage. 2020-05-19 22:13:47 +02:00
test Maybe Events are the problem? 2020-05-19 22:19:55 +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