Skip to main content

wecatch asynctask

Project description

# asynctask
[![Build Status](https://api.travis-ci.org/listen-lavender/asynctask.svg?branch=master)](https://api.travis-ci.org/listen-lavender/asynctask)
Best practice of celery.

## celery app connection setting
asynctask/setting.py

## task connection setting
asynctask/db.py

# Getting started

No example now.

## Installation

To install asynctask, simply:

````bash

$ cd asynctask
$ python setup.py install
````

````bash

$ celery -A asynctask worker --loglevel=info
````

````python

>>> from asynctask.unit.project.test import add, insert
>>> add()
>>> insert()
>>> add.apply_async()
>>> insert.apply_async()
````
or
````python

>>> from asynctask.celery import send_task
>>> send_task('asynctask.unit.project.test.add')
````

````mongo

> use test
> db.resource.find()
````

## Discussion and support

Report bugs on the *GitHub issue tracker <https://github.com/listen-lavender/asynctask/issues*.

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

asynctask-0.0.5.tar.gz (5.1 kB view details)

Uploaded Source

File details

Details for the file asynctask-0.0.5.tar.gz.

File metadata

  • Download URL: asynctask-0.0.5.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for asynctask-0.0.5.tar.gz
Algorithm Hash digest
SHA256 160d8767a791fd3d106c0531ab7f388df04f6b9e8f0f95658093c6b726824d44
MD5 31813948c035221b7f6e7d242d67b48e
BLAKE2b-256 5cb0637ce342639545ec57877620976e605f1d28bc0a47146255627b8bd363e3

See more details on using hashes here.

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