On Sat, Jul 6, 2013 at 4:29 AM, julienb <[email protected]> wrote: > Hi, > > I'd like to open a django shell but received the following error in the > console > ! Error connecting to process > > Here are the logs for it: > 2013-07-06T10:43:56.200154+00:00 heroku[api]: Starting process with command > `python manage.py shell` by [email protected] > 2013-07-06T10:44:07.632417+00:00 heroku[run.3605]: Awaiting client > 2013-07-06T10:44:17.652587+00:00 heroku[run.3605]: Error R99 (Platform > error) -> Failed to launch the dyno within 10 seconds
H99s are, to wit, always a platform defect, and never a defect of one's program. They do crop up now and then, but if you see them frequently it seems like good grounds for some complaining. So, waiting a bit and retrying is probably the best overall workaround. Extended occurrences of H99 can also instigate a Heroku status update, in the vein of 'failing to launch new processes'. -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. 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_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
