On Mon, Apr 14, 2008 at 12:43 PM, Todd <[EMAIL PROTECTED]> wrote: > What is the request timeout limit for heroku apps? > Is there a way I can change the timeout value?
Five seconds, and you can adjust it up to a max of 20 seconds via heroku.yml: http://groups.google.com/group/heroku/browse_thread/thread/49b05ad87082922b/a05a9ed36e901302?lnk=gst&q=heroku.yml#a05a9ed36e901302 Generally it's good to keep web calls short, so if you find yourself wanting to increase this value, it might be an indicator that you need to break your work into smaller chunks. Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
