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

Uploaded Python 2

File details

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

File metadata

  • Download URL: sqjobs-tf-0.8.9.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.9.tar.gz
Algorithm Hash digest
SHA256 a7a6a81da2966779a73fafcf6857b75998734bcf8e9d028bddf12c5773c469ec
MD5 254c1de9f4ab5bbd3ddd2bff1e2dc804
BLAKE2b-256 fd95e5f6bdab4526ddbeb6c74dde2ec9a3cb58b630a17792d2d6bae3e863942e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sqjobs_tf-0.8.9-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.9-py2-none-any.whl
Algorithm Hash digest
SHA256 ca0c48ccf0cb2973dd0691caea64752b1b55b25b1f648197a61b3a54ce1e0da7
MD5 36466cba2940c1222655a3379a69ce29
BLAKE2b-256 83a512148183befb4c18cc4fc43a947209be1a3e679329a32479c706ae66db54

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