Is there a way to retrigger a failed task run via ...
# prefect-server
l
Is there a way to retrigger a failed task run via the graphql api?
k
You can by using
Mutation.set_task_run_states
to set them from Failed to Scheduled
l
ah, clever
under the hood, is the DB that cloud uses postgres?
k
Yes