-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
How to suppress repetitive logs in development? #658
Comments
That's weird. Can you try running in your console (or GoodJob::Configuration.new({}).poll_interval Here's where that's calculated: good_job/lib/good_job/configuration.rb Lines 106 to 120 in eebf63f
|
Okay my mistake, |
fhew! 😅 |
This gets printed every 10 seconds in my development environment:
It's mentioned in #455 (comment) that there shouldn't be any polling, however AFAIK I didn't configure anything specific in this regard, here is my initializer:
How can the polling be disabled, or what is otherwise the recommended way to avoid those repetitive logs while developing?
Using Rails 7.0.3, GoodJob 3.0.1.
The text was updated successfully, but these errors were encountered: