Async/test
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
..
base Changed the way task output and post output is saved. 2020-06-04 21:29:37 +02:00
mock/Handlers Implemented Parent Handlers. 2020-06-03 17:00:44 +02:00
system Implemented Parent Handlers. 2020-06-03 17:00:44 +02:00
temp Try with only Redis. 2020-05-26 17:56:15 +02:00
bootstrap.php Implemented many unit tests. 2020-05-16 19:12:22 +02:00
config.tasks.php Try with only Redis. 2020-05-26 17:56:15 +02:00
phpunit.xml Implemented many unit tests. 2020-05-16 19:12:22 +02:00