Brett Naul
06/09/2021, 10:29 PMidempotency_key
<24 hours apart (say 30 mins). is the idempotency key queryable from graphql so we could try to debug what's going on?nicholas
query {
flow_run {
id
idempotency_key
}
}
Brett Naul
06/09/2021, 10:34 PM{
"data": {
"flow_run": [
{
"id": "c49cbc75-61d9-4aaf-b857-18ee1890b4cd",
"idempotency_key": "99a33702-9dcf-4e77-aa1f-c42474b8375c",
"created": "2021-06-09T19:31:12.624111+00:00"
},
{
"id": "0af54c93-fdd3-4010-85bd-c01437cc2423",
"idempotency_key": "99a33702-9dcf-4e77-aa1f-c42474b8375c",
"created": "2021-06-09T19:58:21.764191+00:00"
}
]
}
}
nicholas
Brett Naul
06/09/2021, 10:37 PMnicholas
nicholas
Brett Naul
06/09/2021, 11:07 PM