Implementeer RedisTaskStorage en andere features #4

Merged
abelhooge merged 4 commits from 3-features into master 2020-02-14 14:31:09 +00:00

4 Commits

Author SHA1 Message Date
Abel Hoogeveen b60ac20786
Add 'addTasks' method to `Tasks` class 2020-02-14 15:30:42 +01:00
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
Abel Hoogeveen ab198e9ef1
Updated config format. 2020-02-13 14:06:23 +01:00
Abel Hoogeveen 974a381b5a
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.
2020-02-12 15:28:03 +01:00