https://prefect.io logo
Title
d

David Kuda

02/03/2021, 4:42 PM
Hello guys, I just did something really silly, I ran into an infinite loop which triggered all flows to run. Luckily I could stop that. However, my run history is somewhat spoiled now (see picture). Any way I can reset the run history?
How I managed so far: Delete project, and create project again, but that feels rather silly again …
g

Greg Roche

02/04/2021, 10:05 AM
I think that's probably the easiest way to get rid of all those runs from the run history (deleting and recreating the project). Otherwise I think you'd need to start trying to run queries on the underlying postgres tables which store flow run history, to start modifying the history that way, but I feel like that would be kinda error-prone and much more involved than just recreating the project.
d

David Kuda

02/04/2021, 1:16 PM
Hey @Greg Roche, thank you so much for your reply. Alright, that makes sense to me. Great explanation 👍