Replies: 2 comments 4 replies
-
I have a cron job that pulls alerts at the state (area) level, 10 at a time, and yes, sometimes the response takes a few seconds. Not being able to control that is the reason I use the cron job. When a user requests the data, it's sitting in a cache file on my server. |
Beta Was this translation helpful? Give feedback.
4 replies
-
If you are seeing this slowness consistently, please report it to NCO/OMB as an operational issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running API requests for this API asynchronously, it's only around 2 requests yet it is still taking ages after I do the first request, would any of you know why that is? Usually, most APIs don't buckle under 2 asynchronous requests, so I'm wondering if it's on the API's end or on my end.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions