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.6.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.6-py2-none-any.whl (27.6 kB view details)

Uploaded Python 2

File details

Details for the file sqjobs_tf-0.8.6.tar.gz.

File metadata

  • Download URL: sqjobs_tf-0.8.6.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.6.tar.gz
Algorithm Hash digest
SHA256 3ad9b43bcd3a05c6d35f653c8c45376688bb86c533c2f756bb1aa5265026b4b8
MD5 924f724e4c308cff17beb3c88b9c6b1a
BLAKE2b-256 66615ce6803ff90a754baca3f970ee97df98b3c60a8be8c8f1172a48d5f924b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sqjobs_tf-0.8.6-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.6-py2-none-any.whl
Algorithm Hash digest
SHA256 03ed35a31f20497f73b1298d55ac7701c86587151f5892a212b207e20cc79e0a
MD5 1ab17238a3361988ca3b1d98c5bcd8fb
BLAKE2b-256 976c94d6f1202a56a38f1b3430d74abbdfeadd954a34522d626708bdde4e6f66

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