Kayvan Shah
05/25/2022, 12:14 PMAnna Geller
Kayvan Shah
05/25/2022, 12:49 PMKevin Kho
class Test:
@task
def __init__(self, x):
self.x = x
right?
I don’t think this will work. I think you need to make functions that use the class instead and make those into tasks. I am not 100% sure though, you can try it, but I think this will have issues with concurrencyKayvan Shah
05/26/2022, 6:56 AMKevin Kho