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
Either add a flag to background.stop or introduce a new command.
Like background.stop(wait_exit: true) might need to add a timeout as well to ensure no deadlock. This would help for heroku run:inside <dyno> "rake db:migrate" where we know it will exit and want to wait for that. Actually, need to double check that the run inside exits when the high level command exits
The text was updated successfully, but these errors were encountered:
Either add a flag to
background.stop
or introduce a new command.Like
background.stop(wait_exit: true)
might need to add a timeout as well to ensure no deadlock. This would help forheroku run:inside <dyno> "rake db:migrate"
where we know it will exit and want to wait for that. Actually, need to double check that the run inside exits when the high level command exitsThe text was updated successfully, but these errors were encountered: