Skip to main content

A polyvalent Task model to get the most out of uWSGI’s spooler with minimal effort.

Install

Install django-threadlocals if you want automatic provisioning of Task.user and Task.creation_ip.

This app works without uwsgi installed (ie. runserver), but you can test your wsgi app with a command like:

uwsgi --env DEBUG=1 --spooler=/tmp/spool --spooler-processes 16 --http-socket=0.0.0.0:8000 --plugin=python --module=mrs.wsgi:application --honour-stdin

Add django_uwsgi_spooler to INSTALLED_APPS and execute migrations with the ./manage.py migrate command.

django_uwsgi_spooler.models will set uwsgi.spooler so you don’t have any extra setup to do to enjoy uWSGI spooler, besides have it enabled if you want tasks to actually run in the background.

If you have CRUDLFA+ installed, it will register a CRUD for task, which will gain a lot of features as we move forward to 1.0 release as you can imagine: towards full control of the spooler as permited by uWSGI’s API.

Usage

Your callback is just a function that takes a task argument:

def yourcallback(task):
    # do stuff ...

You can start a task as such:

Task(callback_name='yourmodule.yourcallback').spool()

See a more elaborated example in django_uwsgi_spooler/example.py

Release files for django-uwsgi-spooler 0.0.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-uwsgi-spooler 0.0.0
File Size Uploaded
django-uwsgi-spooler-0.0.0.tar.gz 2.1 kB Details

Release files / django-uwsgi-spooler-0.0.0.tar.gz

Download URL django-uwsgi-spooler-0.0.0.tar.gz
Size 2.1 kB
Tags Source
SHA-256 checksum
How to use checksums
eecb7533027dcb963cc7cca3566d9bc33218e431a755c05a9c89d88bd3d94152
BLAKE2b-256 checksum
How to use checksums
7be3cb959a3e8ee0018ac0ae0981ba08f8516b1e76ba36a0af77d23b21566104
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via Python-urllib/3.6

Release history Release notifications | RSS feed

This release

0.0.0 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page