Async server for running tasks in parallel.
Go to file
Abel Hoogeveen 4639660640
All checks were successful
continuous-integration/drone/push Build is passing
Added separate environments for DummyTaskStorage and RedisTaskStorage.
System now uses environment variables imported through Docker. See test/config.tasks.php for all environment options available.
2020-05-15 21:19:35 +02:00
bin Implemented basic RedisTaskStorage. 2020-02-14 13:49:27 +01:00
src/FuzeWorks/Async Added separate environments for DummyTaskStorage and RedisTaskStorage. 2020-05-15 21:19:35 +02:00
test Added separate environments for DummyTaskStorage and RedisTaskStorage. 2020-05-15 21:19:35 +02:00
.drone.yml Added separate environments for DummyTaskStorage and RedisTaskStorage. 2020-05-15 21:19:35 +02:00
.gitignore Started implementing Drone 2020-05-15 18:26:30 +02:00
composer.json Try with a modified environment. 2020-05-15 18:30:06 +02:00
Dockerfile Started implementing Drone 2020-05-15 18:26:30 +02:00
storage.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00