Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken pipe @ io_writev - <STDERR> (Errno::EPIPE) #1233

Closed
wrmk opened this issue Feb 5, 2024 · 3 comments
Closed

Broken pipe @ io_writev - <STDERR> (Errno::EPIPE) #1233

wrmk opened this issue Feb 5, 2024 · 3 comments

Comments

@wrmk
Copy link

wrmk commented Feb 5, 2024

Hi, recently I updated the good_job version and forgot to run bin/rails g good_job:update.
As a result, good_job tries to inform about pending migrations but something goes wrong and I received a lot of copies of one error:
Broken pipe @ io_writev - <STDERR> (Errno::EPIPE)

good_job version: 3.23.0
rails version: 7.0.8
ruby version: 3.2.2

the part of stacktrace of the error:

activesupport (7.0.8) lib/active_support/deprecation/behaviors.rb in write at line 21
activesupport (7.0.8) lib/active_support/deprecation/behaviors.rb in puts at line 21
activesupport (7.0.8) lib/active_support/deprecation/behaviors.rb in block in <class:Deprecation> at line 21
activesupport (7.0.8) lib/active_support/deprecation/reporting.rb in block (2 levels) in warn at line 26
activesupport (7.0.8) lib/active_support/deprecation/reporting.rb in each at line 26
activesupport (7.0.8) lib/active_support/deprecation/reporting.rb in block in warn at line 26
<internal:kernel> in tap at line 90
activesupport (7.0.8) lib/active_support/deprecation/reporting.rb in warn at line 22
good_job (3.23.0) app/models/good_job/base_record.rb in migration_pending_warning! at line 12
good_job (3.23.0) app/models/good_job/base_execution.rb in labels_migrated? at line 63
@bensheldon
Copy link
Owner

That's strange! I don't imagine that's related to GoodJob specifically as GoodJob reports through Active Support's deprecation reporter, which writes to STDERR.

Have you seen it reoccur?

@wrmk
Copy link
Author

wrmk commented Feb 12, 2024

No, ran pending migrations and the error disappeared.

@bensheldon
Copy link
Owner

🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants