Giter Club home page Giter Club logo

jobrunner-service's Introduction

NAME
redisJobRunnerService -- Continuously process a MediaWiki jobqueue

DESCRIPTION
redisJobRunnerService is an infinite "while loop" used to call MediaWiki runJobs.php
and eventually attempt to process any job enqueued. A number of virtual sub-loops with
their own runners and job types must be defined via parameters. These loops can set any
of the job types as either low or high priority. High priority will get ~80% of the time
share of the sub-loop under "busy" conditions. If there are few high priority jobs, the
loops will spend much more of their time on the low priority ones.

The runner must be started with a config file location specified.
An annotated example config file is provided in jobrunner.sample.json.
You will probably want to run this script under your webserver username.
The runner can be made into a service via upstart (or anything comparable).

Example:
redisJobRunnerService --config-file=/etc/jobrunner/jobrunner.json --verbose

LICENSE
GPLv2.0, see COPYING at the root of the repository for the complete license.

jobrunner-service's People

Contributors

aaronschulz avatar addshore avatar atdt avatar bd808 avatar ebernhardson avatar filippog avatar hashar avatar johnflewis avatar krinkle avatar lavagetto avatar maxsem avatar paladox avatar thcipriani avatar universal-omega avatar yuvipanda avatar

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.