aa-taskmonitor
An Alliance Auth app for monitoring celery tasks.
What it is and what it does
Task Monitor is a Django admin plugin for Alliance Auth that captures and stores logs of every celery task executed on your system—including failed and retried tasks. It records task parameters, results, exception tracebacks, and execution metadata, then lets administrators search, filter, and analyze this data through the web interface or command-line tools. The package automatically manages storage by deleting logs older than a configurable age (default 24 hours) and truncating deeply nested task data to reduce disk usage.
Administrators can generate reports with charts answering common operational questions (task failure rates, runtime distribution, queue backlog over time), export all logs to CSV for external analysis, and view detailed statistics per task. A command-line utility (`taskmonitorctl`) provides direct access to log inspection and queue management. The package depends on allianceauth and humanize, and supports Python 3.10, 3.11, and 3.12 under Django 4.2 and 5.2.
Use it for:
- Diagnose why celery tasks are failing by reviewing exception messages and task parameters in the admin UI.
- Generate charts showing which tasks consume the most time or fail most frequently to identify optimization targets.
- Export task logs to CSV for trend analysis or compliance auditing over longer periods than the default retention.
- Monitor queue backlog growth over time to detect when your task workers are falling behind.
- Investigate task retry patterns to understand whether retries are succeeding or masking underlying issues.
- Use the CLI to purge or inspect the task queue without writing custom scripts.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Django admin plugin for Alliance Auth that logs, searches, and analyzes celery task execution with charts, statistics, and CSV export.
Yes, if you run Alliance Auth with celery and need operational visibility into task execution. Install friction is minimal, maintenance is active, and there are no known vulnerabilities. The permissive MIT license poses no restriction. Worth installing unless you already have equivalent monitoring (e.g., Flower or Celery Analytics) integrated into your stack.
Install
aa-taskmonitor on PyPI
pip
pip install aa-taskmonitoruv
uv add aa-taskmonitorpoetry
poetry add aa-taskmonitorInstalling aa-taskmonitor
Before you install
Low friction install as a pure-Python wheel. Active maintenance with a release 45 days ago. Requires Alliance Auth and celery already running; no compiled dependencies.
License in practice
MIT license (permissive) means you can use, modify, and redistribute freely with minimal restrictions.
Quickstart
pip install aa-taskmonitor
# In Alliance Auth local.py:
INSTALLED_APPS = [..., 'taskmonitor']
# Then:
python manage.py migrate
python manage.py collectstatic --noinput
# Inspect logs via CLI:
python manage.py taskmonitorctl inspect logs
Requires an existing Alliance Auth installation with celery already configured and running.
Verify before relying
- Whether the package works with celery versions beyond what Alliance Auth itself supports.
- Performance impact on systems with very high task volumes (the FAQ mentions 100K+ tasks/day but doesn't quantify overhead).
- Whether CSV export handles all task data types without loss or corruption.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — allianceauth, humanize |
| Maintenance | actively maintained — 45 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 238,694/month — #8,931 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aa_taskmonitor-1.1.1-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
aa-inactivityMonitors member activity in Alliance Auth using…
unclear · top 15,000 on PyPI
aa-killstatsA Django module for AllianceAuth that tracks…
copyleft · top 15,000 on PyPI
allianceauth-afatA Django plugin for Alliance Auth that tracks…
copyleft · top 15,000 on PyPI
flowerFlower is a web-based monitoring and management…
permissive · top 5,000 on PyPI
aa-freightAn Alliance Auth app that manages a central…
unclear · top 15,000 on PyPI
cronitorA Python client library for Cronitor that…
permissive · top 15,000 on PyPI
aa-killtrackerKilltracker is an Alliance Auth plugin that…
unclear · top 15,000 on PyPI
aiomonitorAdds a concurrent monitor and interactive…
permissive · top 15,000 on PyPI
orchestra-sdkA lightweight SDK for self-hosted tasks to send…
permissive · top 15,000 on PyPI
pytest-celerypytest-celery is the official pytest plugin for…
permissive · top 5,000 on PyPI