Giter Site home page Giter Site logo

bodacious's People

Contributors

aslakhellesoy avatar lchenay avatar loginx avatar manast avatar tracend avatar victorb avatar yhpark avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

ryndel

bodacious's Issues

Concurrency integer

When the option serial is false the jobs are executed with no limit.

Applying a limit may be preferable in some cases, when we don't want the running queue to take up too many resources of the machine.

Look into using async.queue that has a concurrency option...

Cancel a job

You should be able to abort a running job by using job.cancel()

Main call to addAsync not calling then.

Looks like internally Queue calls Store.createAsync anyway, so replacing addAsync in main with add does the trick. Not sure why the callback is called, something internal to Bluebird.promisifyAll maybe.

Retry option

For failed tasks there should be an integer (in the options) that defines how many times a task will be run before removing from the queue.

Look into using async.retry with this syntax:

async.retry({times: [int], interval: [milliseconds] }, task, callback);

Prioritize not executed

Currently, every time the queue runs it will order the tasks chronologically. That means older jobs will always be at the top, even if they have already been executed and failed.

If we want to give new jobs a chance before re-running old jobs an option would be appropriate that sets a filter when the tasks are ordered.

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.