Skip to main content

Event-loop based, miniature job queue and worker that runs the task in a subprocess (via fork).

Project description

Build Status Coverage Status PYPI Package PYPI Package

Event-loop based, miniature job queue and worker that runs the task in a subprocess (via fork).

Usage

class MacLeod(StampedeWorker):
    socket_name = 'test.sock'

    def do_work(self, workspace_name):
        import time
        time.sleep(18)

man = MacLeod()
man.run()

Features

  • TODO

Implementation

TODO

TODO

  • ???

Requirements

OS:

Linux

Runtime:

Python 2.6, 2.7, 3.2, 3.3 and PyPy

Packages:

python-signalfd

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stampede-0.0.1.tar.gz (7.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page