Skip to main content

Build Status Coverage Status

Origin

This is a fork of the original [sqjobs](https://github.com/igalarzab/sqjobs/)

Installation

Simply use pip to install the last version of sqjobs

pip install --upgrade sqjobs

Getting started

First you have to create jobs. A job is simply a class that inherits from Job.

from sqjobs import Job

class Adder(Job):
    default_queue_name = 'queue_name'

    def run(self, num1, num2):
        return num1 + num2

Then, you can launch the job creating a new broker.

from sqjobs import create_sqs_broker

broker = create_sqs_broker(access_key='ak', secret_key='sk')
broker.add_job(AdderJob, 1, 2, queue_name='other_queue_name')

Documentation

Check out sqjobs’s documentation for further information.

Download files

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

Source Distribution

sqjobs-tf-0.8.7.tar.gz (16.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sqjobs_tf-0.8.7-py2-none-any.whl (27.6 kB view details)

Uploaded Python 2

File details

Details for the file sqjobs-tf-0.8.7.tar.gz.

File metadata

  • Download URL: sqjobs-tf-0.8.7.tar.gz
  • Upload date:
  • Size: 16.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/2.7.17

File hashes

Hashes for sqjobs-tf-0.8.7.tar.gz
Algorithm Hash digest
SHA256 188f57695d26adbf45555335af62c6e58254df8fb8817692397fc613bb7761e0
MD5 06616172eeb12bd71b2f0079cd07a499
BLAKE2b-256 645554036e9717b65c9ea7e82f55a6d070bf62ad3c05cd8ee15ffc6ca3930284

See more details on using hashes here.

File details

Details for the file sqjobs_tf-0.8.7-py2-none-any.whl.

File metadata

  • Download URL: sqjobs_tf-0.8.7-py2-none-any.whl
  • Upload date:
  • Size: 27.6 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/2.7.17

File hashes

Hashes for sqjobs_tf-0.8.7-py2-none-any.whl
Algorithm Hash digest
SHA256 d68da1fe64d61db9f32e7945ee00c725deb634846b2b33f4cd78a6362f19664a
MD5 7ed809a4cae2c993ba9f0539e8a43bb4
BLAKE2b-256 e9e2bc72b84d59c076bf63693c03ee35a96774e59d2509e632232deabbdcbd82

See more details on using hashes here.

Supported by

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