Hello guys, I just did something really silly, I r...
# prefect-server
d
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
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
Hey @Greg Roche, thank you so much for your reply. Alright, that makes sense to me. Great explanation 👍