An open API service indexing awesome lists of open source software.

https://github.com/thruflo/pyramid_torque_engine

Pyramid configuration and nTorque task dispatch based dual queue work engine system.
https://github.com/thruflo/pyramid_torque_engine

Last synced: 5 months ago
JSON representation

Pyramid configuration and nTorque task dispatch based dual queue work engine system.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/thruflo/pyramid_torque_engine.svg?branch=master)](https://travis-ci.org/andrecp/pyramid_torque_engine)

# Pyramid Torque Engine

This is a very particular dual-queue work-engine system that uses the:

* [Pyramid][] web framework to configure resource-based state machine rules
* [nTorque][] task queue system to dispatch events, operations and results

It's highly unlikely to be useful to you.

[Pyramid]: http://docs.pylonsproject.org/projects/pyramid/en/latest/
[nTorque]: http://ntorque.com