Giter Site home page Giter Site logo

History about minion HOT 6 CLOSED

mojolicious avatar mojolicious commented on June 7, 2024
History

from minion.

Comments (6)

s1037989 avatar s1037989 commented on June 7, 2024

👍 Sorry I have nothing more to contribute, but I think you've indicated that you appreciate even user feedback.

from minion.

spicyjack avatar spicyjack commented on June 7, 2024

Maybe save job stats in RRD format, if requested by the user? That way, you can use the existing toolchains for creating graphs and publishing them.

from minion.

kwakwaversal avatar kwakwaversal commented on June 7, 2024

To get statistics, I hook into a couple of job events and write to influxdb. I use Grafana to make shiny graphs.

Might be nice hooking into a single job event to get at the job stats?

$job->on(metrics => sub {
my ($job, $stats) = @_;
...
});

from minion.

kraih avatar kraih commented on June 7, 2024

Was about to add the number of delayed jobs to our statistics (f0b50a3), but then the topic of named queue specific statistics came up again. That's something we need to consider here too.

from minion.

kraih avatar kraih commented on June 7, 2024

Here's a patch from my personal fork of Minion that adds latency statistics, maybe worth considering. https://gist.github.com/anonymous/a3ad36ffa47e8a6fe46520b8449522d0

from minion.

kraih avatar kraih commented on June 7, 2024

Judging by the lack of interest, this seems to be a rather unpopular feature. Perhaps Minion does not need it in core, since you can already use events to collect your own statistics.

from minion.

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.