You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The timeout value is not configurable. If your server requires longer than 30 seconds to complete a given request, we recommend moving that work to a background task or worker to periodically ping your server to see if the processing request has been finished. This pattern frees your web processes up to do more work, and decreases overall application response times.
Note the user IS being added. But the server is just giving a bad response after 30 seconds. Pretty undesirable. The boarding app should be smart enough to deal with long lived requests.
The text was updated successfully, but these errors were encountered:
Apple is taking longer than 30 seconds to respond to the request to invite a user. These are logs as an example:
Heroku says this about long lived requests:
https://devcenter.heroku.com/articles/request-timeout
Note the user IS being added. But the server is just giving a bad response after 30 seconds. Pretty undesirable. The boarding app should be smart enough to deal with long lived requests.
The text was updated successfully, but these errors were encountered: