Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
-
Updated
Sep 1, 2020 - Python
Is your feature request related to a problem? Please describe.
In a test environment, or when performing an automated test, I need to manipulate the time to test certain aspects of a workflow or Zeebe. For example, to verify that a timer event triggers after the defined duration.
Currently, it is possible to pass an
ActorClockin the constructor of the broker. But this is only available