Async server for running tasks in parallel.
Go to file
Abel Hoogeveen f229be0305
Implemented basic RedisTaskStorage.
- Fixed bug where worker is not provided with bootstrap by ShellExecutor.
- Added composer and Redis to Dockerfile
- Added more output to ParallelSuperVisor
2020-02-14 13:49:27 +01:00
bin Implemented basic RedisTaskStorage. 2020-02-14 13:49:27 +01:00
src/FuzeWorks/Async Implemented basic RedisTaskStorage. 2020-02-14 13:49:27 +01:00
.gitignore Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
composer.json Implemented basic RedisTaskStorage. 2020-02-14 13:49:27 +01:00
config.tasks.php Updated config format. 2020-02-13 14:06:23 +01:00
Dockerfile Implemented basic RedisTaskStorage. 2020-02-14 13:49:27 +01:00
storage.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00