Skip to main content

A set of tools for django apps to persist and monitor the status of background tasks

Project description

django-bgtask

Background task monitoring tool for django apps

Installation

Grab it from PyPI, e.g:

pip install django-admin-background-task

Setup

Add it to your django apps:

INSTALLED_APPS = [
    ...
    "bgtask",
]

And mount the admin monitoring URLs:

urlpatterns = [
    # You should be able to mount them anywhere but I put them here
    path(r"admin/background-task/", include("bgtask.urls")),
    path("admin", admin.site.urls),
]

Usage

Creating a task and updating it

from bgtask.models import BackgroundTask

BackgroundTask.new(name)

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

django_admin_background_task-0.4.1.tar.gz (20.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_admin_background_task-0.4.1-py3-none-any.whl (26.0 kB view details)

Uploaded Python 3

File details

Details for the file django_admin_background_task-0.4.1.tar.gz.

File metadata

File hashes

Hashes for django_admin_background_task-0.4.1.tar.gz
Algorithm Hash digest
SHA256 6dd7f3d867aeef9752c244b0bc094ef1886659ae48badb8fd7073ab6e639de7f
MD5 1e210e1ece0819ecd2ac1bcc6ec7d504
BLAKE2b-256 3144ccf3118ad484d9594362fdfa228d6de8ea8819bfff50bf79354f43781a18

See more details on using hashes here.

File details

Details for the file django_admin_background_task-0.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_admin_background_task-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7fa583328fdcbb6ce1ce7b6a02c764b0f7f13b0ed1e476a85e9a771ab6f8689c
MD5 563b000d0c069899a85d62fba807aa83
BLAKE2b-256 6a76968f83967e586e13ebe798b4f2b7954597e28957be52db2b67467d9bff82

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