By default the restful provider is retrying operations for errors.
Impacted resources:
restful_resource
restful_operation
Here a pseudo code that would address this issue. If the post operation returns 429 or 409, the provider will resend the POST request until count or success.
By default the restful provider is retrying operations for errors.
Impacted resources:
Here a pseudo code that would address this issue. If the post operation returns 429 or 409, the provider will resend the POST request until count or success.
client.go (pseudo code)