Mo
11/29/2022, 11:19 PMgraphql
State update failed: this run has already been submitted.
{
insertId: "c39wn56hnd9wbq96"
labels: {3}
resource: {
labels: {
cluster_name: xxx
container_name: "graphql"
location: "us-central1"
namespace_name: "prefect"
pod_name: "prefect-server-graphql-5d768bcbb5-5nw8c"
project_id: xxx
}
type: "k8s_container"
}
severity: "ERROR"
textPayload: "State update failed: this run has already been submitted."
timestamp: "2022-11-15T12:37:21.941099253Z"
}
graphql
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/graphql/execution/execute.py", line 668, in await_completed
return await completed
File "/usr/local/lib/python3.7/site-packages/graphql/execution/execute.py", line 653, in await_result
return_type, field_nodes, info, path, await result
File "/usr/local/lib/python3.7/site-packages/graphql/execution/execute.py", line 727, in complete_value
raise result
File "/usr/local/lib/python3.7/site-packages/graphql/execution/execute.py", line 626, in await_result
return await result
File "/prefect-server/src/prefect_server/graphql/extensions.py", line 52, in resolve
result = await result
File "/prefect-server/src/prefect_server/graphql/states.py", line 45, in resolve_set_flow_run_states
*[check_size_and_set_state(state_input) for state_input in input["states"]]
File "/prefect-server/src/prefect_server/graphql/states.py", line 39, in check_size_and_set_state
agent_id=agent_id,
File "/prefect-server/src/prefect_server/api/states.py", line 63, in set_flow_run_state
"State update failed: this run has already been submitted."
ValueError: State update failed: this run has already been submitted.
Bianca Hoch
12/02/2022, 3:04 PMMo
12/04/2022, 11:47 PM