Commit Graph

6 Commits

Author SHA1 Message Date
d42e7f23ef
Implemented proper dependencies.
All checks were successful
continuous-integration/drone/push Build is passing
Dependencies can now pass output to each other using the DependentTaskHandler.
Also fixed some general problems in the Tasks class, for instance the Executor not starting correctly because of problematic parameters.
Also, SuperVisor now sets the output of a Task using the last output of the task, and not the first.
2020-06-05 15:23:21 +02:00
d9da4cfc95
Try with only Redis.
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-26 17:56:15 +02:00
5f5718cb72
Made many changes. Fixed race-conditions in test code.
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-26 16:16:50 +02:00
db08da8213
Now try while flushing a selected database.
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-26 13:53:10 +02:00
18d702ec26
Try again in the new environment.
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-26 13:35:07 +02:00
4639660640
Added separate environments for DummyTaskStorage and RedisTaskStorage.
All checks were successful
continuous-integration/drone/push Build is passing
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