Coder Social home page Coder Social logo

Comments (7)

kbrock avatar kbrock commented on June 15, 2024

we needed this, and have it in my branch. I will try and close the gap between the two branches and see if you can get what you want.

from delayed_job.

bkeepers avatar bkeepers commented on June 15, 2024

That would be great.

from delayed_job.

kbrock avatar kbrock commented on June 15, 2024

You've made some great changes to the core. So I needed to do quite a bit of re-factoring to incorporate my changes.

Hope you can use some of it.

from delayed_job.

bkeepers avatar bkeepers commented on June 15, 2024

@kbrock: thanks for the pull request, but I'm going to need the successful jobs to be stored in a separate table. Any app that processes a decent amount of jobs will quickly be brought to its knees if it keeps all of the jobs ever performed in a single table.

from delayed_job.

johnleroux avatar johnleroux commented on June 15, 2024

I use a on delete trigger (Firebird database) to save any job being deleted to another table. Successfull and permanently failed jobs.

from delayed_job.

tute avatar tute commented on June 15, 2024

Here is one approach: http://github.com/collectiveidea/delayed_job/pull/126

from delayed_job.

kbrock avatar kbrock commented on June 15, 2024

This solution always irked me.
It followed suit with the previous logging options.
It was the easiest way for me to get done what we needed to get done.
And a job to delete all jobs once a month met our needs. ($ vs effort)

I like the solution from @tute.

I'm using resque now. So won't be working on this any time soon.

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.