David Beck
05/17/2022, 10:20 PMKevin Kho
05/17/2022, 10:23 PMDavid Beck
05/17/2022, 10:26 PMKevin Kho
05/17/2022, 10:28 PMDavid Beck
05/17/2022, 10:32 PMKevin Kho
05/17/2022, 10:34 PM.run()
. The Flow block will do it for you. Just do:
my_task = TestOtelLogHandler()
with Flow(..) as flow:
my_task
otherwise it will run during registration time, not during flow execution timeDavid Beck
05/17/2022, 10:36 PMKevin Kho
05/17/2022, 10:39 PM