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
So tutorials dont get stuck, it's helpful to have a timeout on them. Adding a cmd namespace that takes kwargs like cmd.run("heroku ps:wait", timeout: 300) for a proxy for timeout 300 heroku ps:wait would be useful.
So tutorials dont get stuck, it's helpful to have a timeout on them. Adding a
cmdnamespace that takes kwargs likecmd.run("heroku ps:wait", timeout: 300)for a proxy fortimeout 300 heroku ps:waitwould be useful.