Join Slack
Powered by
Is there a way to retrigger a failed task run via ...
# prefect-server
l
Lawrence Finn
08/25/2021, 3:36 PM
Is there a way to retrigger a failed task run via the graphql api?
k
Kevin Kho
08/25/2021, 3:37 PM
You can by using
Mutation.set_task_run_states
to set them from Failed to Scheduled
l
Lawrence Finn
08/25/2021, 3:37 PM
ah, clever
Lawrence Finn
08/25/2021, 3:40 PM
under the hood, is the DB that cloud uses postgres?
k
Kevin Kho
08/25/2021, 3:47 PM
Yes
2
Views
Open in Slack
Previous
Next