#allan-egidio_api

1 messages ¡ Page 1 of 1 (latest)

surreal shellBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1436027431575224400

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

analog kiln
#

You'd want to look at your code and see why you're making these requests repeatedly

tranquil nebula
#

But they are different

#

Hello pgskc

analog kiln
#

How? Can you say more please?

tranquil nebula
#

I'm adding items to invoice of my customer.
The invoice are similar because it is test data but they have for example the metadata different

surreal shellBOT
spring night
#

Hi there

tranquil nebula
#

All right, I was looking for the both requests.
Thank you gonna check it

spring night
#

So that request took 6 seconds

#

So it was still in progress when you made req_YNPjjKXcKtk5UA

#

That's why you get a "There is currently another in-progress request using this Idempotent Key (that probably means you submitted twice, and the other request is still going through): 31qne4stbtqhkg8bcg0001l4. Please try again later." error

tranquil nebula
#

so I really made two requests with the same idepotency right

spring night
#

Yes

#

And you made the second while the first was still in progress

#

Hence the error

surreal shellBOT
tranquil nebula
#

All right

#

Thank you