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

Uploaded Python 2

File details

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

File metadata

  • Download URL: sqjobs-tf-0.8.8.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.8.tar.gz
Algorithm Hash digest
SHA256 cbbdf6bdde9db38ef538a63894d7692d7de67b6f8c9ca2313f7a8b605a17173f
MD5 a13dea013dbb12bb9e8b5d4a03693ea8
BLAKE2b-256 a88f7e520d18de07d0007ba4b75d0c7579096a664c6f8824eea4fd9edc292c30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sqjobs_tf-0.8.8-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.8-py2-none-any.whl
Algorithm Hash digest
SHA256 d6d372f838fea1a2a7c98b635d7940d68b6d9a49231982d15d98bcf32804d1b9
MD5 790f4fb047290a05242d326ec6fe0f81
BLAKE2b-256 c0cc0f650e858d018fe6083459b4172bd67dbade177b7f1bb37b79572dfd5cd5

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