WIP: 3-features #5

Closed
abelhooge wants to merge 9 commits from 3-features into master

9 Commits

Author SHA1 Message Date
Abel Hoogeveen 9fa7145593
Try with a modified environment.
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details
2020-05-15 18:30:06 +02:00
Abel Hoogeveen 29c3db2159
Try again
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is failing Details
2020-05-15 18:28:17 +02:00
Abel Hoogeveen 3499eed388
Started implementing Drone 2020-05-15 18:26:30 +02:00
Abel Hoogeveen b3982f2b2e
ControllerHandler now works. Next up is a distinction between Task and Process status. 2020-02-19 16:42:35 +01:00
Abel Hoogeveen 820624e180
Started implementing ControllerHandler.
ControllerHandler is a standard utility handler for MVCR Controllers. This allows the user to create a task which is handled by a standardized controller.
Not finished yet! Needs some love.
2020-02-19 00:42:48 +01:00
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