Hi everybody! I need to persisting information in a Task's run method, but according to prefect documentation I should not do this. Is there a way to keep a list in memory and update its content every time the task is run?
k
Kevin Kho
07/23/2021, 5:48 PM
Hey @Fernando, do you have a small code snippet do show what you’re trying to do? (I know it won’t work, I just wanna see the logic). Also, how big is the list?