Async/test/base
Abel Hoogeveen 4f39b0bec3
Changed the way task output and post output is saved.
Redis now saves all output for a task within a hash. This hash contains individual tasks and all its output.
Attempts also start at 1, since that makes most sense for this context. When output is written, the TaskStorage must figure out at which attempt the Task is.
2020-06-04 21:29:37 +02:00
..
ShellExecutorTest.php Implemented Parent Handlers. 2020-06-03 17:00:44 +02:00
ShellWorkerTest.php Implemented Parent Handlers. 2020-06-03 17:00:44 +02:00
TaskStorageTest.php Changed the way task output and post output is saved. 2020-06-04 21:29:37 +02:00
TaskTest.php Made Handlers an object instead of a string reference. 2020-06-03 11:35:16 +02:00