Giter Site home page Giter Site logo

workmelater's Introduction

##WorkMeLater WorkMeLater is an asynchronous queuing system built in python to process tasks later. It was inspired by github's resque system built to handle asynchronous tasks.

##Project goals We are a heavy user of pyres which is a resque clone built in python. There are several requirements we had that pyres did not support. Eventually we decided to build a new project to suit our needs.

- Support the ability to monkey path socket using gevent / eventlet for concurrency
- Support priority based queuing out of the box
- Use Flask for the webadmin
- Built in support for sharding tasks among redis instances
- Use LPOP instead of BLPOP so that worker are not starved on higher priority
    tasks, they can work on low priority ones as well
- ability to restart worker after X number of tasks

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.