Async/src/FuzeWorks/Async
Abel Hoogeveen db962e96e1 Implementeer RedisTaskStorage en andere features (#4)
Add 'addTasks' method to `Tasks` class

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

Updated config format.

Implemented changes to binaries. Binaries now accept a 'bootstrap' argument, allowing the developer to load a custom bootstrap from the project they're working on.

This allows Async to run in the same environment as the project it's part of.

Co-authored-by: Abel Hoogeveen <abel@techfuze.net>
Reviewed-on: #4
2020-02-14 15:31:09 +01:00
..
Constraint Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Events Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Executors Implementeer RedisTaskStorage en andere features (#4) 2020-02-14 15:31:09 +01:00
Supervisors Implementeer RedisTaskStorage en andere features (#4) 2020-02-14 15:31:09 +01:00
TaskStorage Implementeer RedisTaskStorage en andere features (#4) 2020-02-14 15:31:09 +01:00
Constraint.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Executor.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Handler.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Process.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
ShellWorker.php Implementeer RedisTaskStorage en andere features (#4) 2020-02-14 15:31:09 +01:00
SuperVisor.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Task.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
TaskFailException.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
TaskStorage.php Implementeer RedisTaskStorage en andere features (#4) 2020-02-14 15:31:09 +01:00
Tasks.php Implementeer RedisTaskStorage en andere features (#4) 2020-02-14 15:31:09 +01:00
TasksException.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00