Registry / observability / aa-taskmonitor

aa-taskmonitor

JSON →
library1.0.0pypypiunverified

An Alliance Auth app for monitoring Celery tasks, providing real-time status and history. Current version 0.23.1, updated regularly as part of the Alliance Auth ecosystem.

pip install aa-taskmonitor
INSTALL
IMPORT
SIG · AA-TASKMONITOR
A
aa-taskmonitor
observabilitypythonv1.0.0
Install
Import
Disk
Pass rate
0/ 10
Env Coverage0 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v? · pip install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
build_error
glibc
py 3.103.95 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

urls
from aa_taskmonitor import urls
Correct import for app URLs
admin
from aa_taskmonitor.admin import TaskMonitorAdmin
Admin registration
models
from aa_taskmonitor.models import Task
Correct model import

Install and integrate into an existing Alliance Auth project.

pip install aa-taskmonitor # Add to INSTALLED_APPS in your Alliance Auth settings: INSTALLED_APPS += ['aa_taskmonitor'] # Run migrations and collect static files python manage.py migrate python manage.py collectstatic --noinput # App will be available in the Alliance Auth admin panel.
Debug
Known issues
gotchaRequires Celery results backend to be configured in Alliance Auth. Without a result backend (e.g., Redis, database), tasks will not appear in the monitor.
fix
Set CELERY_RESULT_BACKEND in your Django settings, e.g., 'django-db' or 'redis://localhost:6379/0'.
affects: all
gotchaThe app must be listed before other custom apps in INSTALLED_APPS to avoid URL routing issues.
fix
Place 'aa_taskmonitor' before other custom apps in INSTALLED_APPS.
affects: all
Upgrade
Version history
1.0.0latest on PyPI · released May 11, 2026
Audit
Dependencies
allianceauthrequiredCore dependency, runs as an app within Alliance Auth
Agent activity
45 hits · last 30 days
node
36
OpenAI (training)
1
Resources
aa-taskmonitor — pip install aa-taskmonitor · libregistry