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

DJ Logging every 5 seconds #72

Closed
noel opened this issue Aug 19, 2013 · 2 comments
Closed

DJ Logging every 5 seconds #72

noel opened this issue Aug 19, 2013 · 2 comments

Comments

@noel
Copy link

noel commented Aug 19, 2013

Anyone have any input on the comment to this change?

940bf92#commitcomment-3843200

@sjmadsen
Copy link

sjmadsen commented Feb 6, 2014

I am also seeing this. I'm passing --sleep-delay to a larger value when I start DJ and I've added log statements to the main DJ code. It is sleeping the correct amount of time, yet something is triggering an ActiveRecord query every 5 seconds and this shows up in my development log. It's both distracting and causes the log to grow rapidly.

Using delayed_job 4.0.0 and delayed_job_active_record 4.0.0.

@albus522
Copy link
Member

This is all handled by the rails default logger as delayed job is just a normal AR model.

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

No branches or pull requests

3 participants