unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* SIGWINCH with Forego/Heroku Local
@ 2016-12-08 17:01 Josh Morrow
  2016-12-08 18:40 ` Eric Wong
  0 siblings, 1 reply; 4+ messages in thread
From: Josh Morrow @ 2016-12-08 17:01 UTC (permalink / raw)
  To: unicorn-public

Hello!

 I've recently been using unicorn in my rails development environment,
and it's been almost entirely great so far. I do have one question
about how to address an issue: `WINCH` signals coming from my
terminal. I run with the `heroku local` command, which runs
https://github.com/ddollar/forego under the hood. Forego does not
identify STDIN as a tty (because it's not really). This means that
whenever I resize my terminal Unicorn attempts to stop all workers as
per https://github.com/defunkt/unicorn/blob/3dbbda30f02a40025abdee395fb0803985046db6/lib/unicorn/http_server.rb#L297-L305.
What is the correct way to fix this issue? Should something in Unicorn
change? (perhaps we use some other criteria than stdin?)

Thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-09 17:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-08 17:01 SIGWINCH with Forego/Heroku Local Josh Morrow
2016-12-08 18:40 ` Eric Wong
     [not found]   ` <CAHdu2E6=qv1gmLGbZfrivhX5vVYgMq7cwOpCZ9yvFGTR17Prfw@mail.gmail.com>
2016-12-09  1:55     ` Eric Wong
2016-12-09 17:01       ` Josh Morrow

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/unicorn.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).