#christian-blackburn_api

1 messages ¡ Page 1 of 1 (latest)

errant grottoBOT
#

👋 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/1376713644850544640

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

rancid fulcrum
#

hello! gimme a while to take a look!

dim comet
#

Thanks!

rancid fulcrum
#

it doesn't seem like your webhook endpoint is listening for that event though?

dim comet
#

No, this is run in a different part of the code, so we poll for the status

#

Which is why we only poll for 5 minutes, we didn't expect the report to take 18 minutes to produce

#

We are doing this because retrieving the risk_reserved_funds via other APIs seems to take a while as we have to go through so many pages

rancid fulcrum
#

ah okay, so here's the thing, there's no timeframe for when the report will finish generating. It's also why it's typically better to listen for the reporting.report_run.succeeded webhook event instead

#

i've seen reports take as long as half an hour sometimes