I was writing a script to create and fill playlists on my channel yesterday ( using playlist.insert and playlistItems.insert) when i received a 403 response with this message:
"The request cannot be completed because you have exceeded your
\u003ca
href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e"
I think this is really strange because when i check my quota at https://console.developers.google.com/apis/api/youtube.googleapis.com/quotas i'm way below my daily quota with only 32.554 queries (1 million is the daily limit). I decided to wait until midnight PST for my quota to reset but i still can't make requests.
Is there anything i can do to reset my quota?
Related
When an API call is made after receiving an SMS via Twilio, I occasionally get the error below -
Error: Total timeout is triggered. Configured tt is 15000ms and we attempted 1 time(s)
The API call occasionally takes longer than 15 seconds to return a response (this is due to having to process the SMS etc.). How can I configure the total timeout to say 25000ms?
It is possible to override the timeout settings for a webhook. However, the maximum total time (tt) for webhooks is 15 seconds and you cannot increase it beyond there.
If you find your service cannot respond within that time, you might want to hand off the processing of the SMS to a job and respond to the webhook quicker. If you then intend to reply to the SMS, you can do so using the REST API message resource instead of TwiML.
We implemented the change notifications subscription for channel messages as per the Microsoft Teams guidelines. We received the messages within 1 minute until 12-July-2021. Now we see a latency of about 2 - 15 minutes for sometimes notably on PST day time.
According to this link (https://learn.microsoft.com/en-us/graph/webhooks#latency) channel messages will be notified within 1 minute.
Could you please let us know what is causing this delay serving the request ?
We would also like to know if there is policy or priority on serving the notifications based on tenant type.
Thanks in advance.
My Rails app hosted on Heroku is experiencing a spike of failed requests and I can't figure out why. In particular, I'm receiving many emails saying:
The percentage of failed requests for [app] has exceeded your threshold setting of 5.0%
Moreover, I can't seem to connect the time I'm receiving these emails from Heroku with any system errors in my Heroku monitoring tools. For example, I received an email at 10:47 p.m. yesterday that the failed requests had exceeded 5%, but in Heroku there's no corresponding error (indicated where it should be on the graph below).
Afterward receiving the email described above, I'll receive an email a few minutes later indicating that the failed requests is back below the threshold. This has now started happening 1-2 times per day.
I need to capture these failed requests so that I can diagnose and fix what's happening. I'm open to any form of solution, even paying for a product, but these errors are so rare that trailing my logs isn't a feasible solution.
Thanks in advance. Any advice is appreciated!
we are using Microsoft Graph notification to monitor certain resource changes such as group creation/deletion, etc.
In the MS doc it says "Send a 202 - Accepted status code in your response to Microsoft Graph. If Microsoft Graph doesn't receive a 2xx class code, it will retry the notification a number of times."
We'd want to have a better understanding on how this works, such as what are the timeout values (how long does Graph wait before it re-sends the notification?), and how many times it retries (is it a guaranteed delivery?), etc. Can anybody help shed some light on this?
I'm constantly getting repeated 504 - Gateway Timeout (after 15 seconds) when trying to access activation reports via Microsoft Graph.
Occasionally, the query succeeds, but often after 11-12 seconds.
The subsequent CSV data download can take close to a minute to download 401 bytes!
Something is clearly not working as it should: