About evQueue

evQueue is an open source job scheduler and queueing engine. It features an event-driven C++ engine and a ReactJS control interface (available as a browser plugin), which provides tasks monitoring and creation.

It provides both simple task execution and complex task chaining (workflow) using an easy to use drag & drop web interface. Workflow description includes output linking to input, conditions, loops... Queues management provides an easy way for task parallelization and resource control.

The network API provides an easy way, XML based, for synchronous or asynchronous workflow launching and control, allowing tasks to be launched from external applications or web pages. You can thus execute heavy tasks on a remote (dedicated) machine to save resources on your web frontends while providing live reporing of the treatment to you users.

evQueue is agentless (remote connection is made through SSH) and works on Linux environments. We provide debian packages. For other distributions you can compile from source or use our Docker images.

We now support clustering and high availability using any number of synchronized nodes. Schedules (like cron) can be launched on an elected node to guarantee high availability.

Workflows and tasks can be synchronized to a git repository to allow instant production deployment and history.

New version is shipped with a Websockets server, allowing fully event based frontend integration (default frontend is using ReactJS).

Latest Changes

2020-12-14 : evQueue 3.2

2020-11-10 : evQueue 3.1

2020-08-10 : evQueue 3.0

2019-01-04 : docker

2018-11-12 : evQueue 2.1

2017-10-02 : evQueue 2.0

2015-07-08 : evQueue 1.4

2015-04-01 : evQueue 1.3

2015-03-09 : evQueue 1.2

License

evQueue is licensed under GPL v3.

The license is available on the GNU.org website.