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
bundle exec resque-pool --daemon --environment production
resque-pool.stdout.log is populated without issue, but resque-pool.stderr.log complains
log writing failed. can't be called from trap context
log writing failed. can't be called from trap context
log writing failed. can't be called from trap context
log writing failed. can't be called from trap context
log writing failed. can't be called from trap context
log writing failed. can't be called from trap context
It's related to logging inside a signal handler--resque and resque-scheduler have migrated to mono_logger to work around this issue.
After starting resque-pool via
bundle exec resque-pool --daemon --environment production
resque-pool.stdout.log is populated without issue, but resque-pool.stderr.log complains
It's related to logging inside a signal handler--resque and resque-scheduler have migrated to mono_logger to work around this issue.
resque/resque#1493
https://github.com/steveklabnik/mono_logger
Any help would be greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered: