Coder Social home page Coder Social logo

Comments (7)

jjulian avatar jjulian commented on June 15, 2024

I have the same issue - but only in production. The log gets written to in development, but I have the same issue as Ivan in production.

from delayed_job.

laserlemon avatar laserlemon commented on June 15, 2024

Same here. +1

from delayed_job.

bkeepers avatar bkeepers commented on June 15, 2024

I'm going to be re-writing script/delayed_job, so this problem should go away soon.

from delayed_job.

bkeepers avatar bkeepers commented on June 15, 2024

This is mostly done in master.

from delayed_job.

mguterl avatar mguterl commented on June 15, 2024

I think this is happening because it is set to use the Rails logger, which is an instance of a BufferedLogger. I don't believe Rails uses the BufferedLogger in development.

from delayed_job.

tobybot11 avatar tobybot11 commented on June 15, 2024

brandon, is this resolved in 1.8.5?

from delayed_job.

just3ws avatar just3ws commented on June 15, 2024

I'm running delayed_job 3.0.4 and still am having the problem. It was trivial to require the jobs in my initializer though.

In my case I have a directory app/jobs/ with the naming convention of *_job.rb. So in config/initializers/delayed_job_config.rb I added Dir[Rails.root.join("app/jobs/**/*_job.rb")].each {|f| require f} and now everything is working as expected.

from delayed_job.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.