Marwan Sarieddine
06/10/2023, 11:24 AMtask
decorator! It mainly adds the following two features
⢠runtime-type checking: this helps avoid reducing boilerplate code checking task input types at runtime
⢠persistence of task inputs on failure: this curries the task decorator with a callable that will store the task inputs in case of a failure, helping to better debug issues
Hopefully it is useful to others. Feedback is more than welcome !Sam P.
06/13/2023, 8:06 PMMarwan Sarieddine
06/13/2023, 8:08 PM