Ryan Brennan
12/09/2021, 2:56 PMKeyError('The secret <SECRET NAME> was not found. Please ensure that it was set correctly in your tenant
This seems to happen the most when I’m using task mapping but it seems pretty random. 100 iterations of the mapped task will work, then the 101st fails with the error above, then the next 100 are successful. Has anyone ran into this issue or have any ideas on what might be happening?Kevin Kho
flow.storage = Storage(…,secrets=[…])
Anna Geller
Ryan Brennan
12/09/2021, 3:00 PMAnna Geller