luigi-monitor
Send summary messages of your Luigi jobs to Slack.
What it is and what it does
Luigi-monitor wraps Luigi job runs and intercepts their completion events to send a consolidated summary to Slack. Instead of triggering individual emails for each failure (which requires mail server setup), it batches all task failures and missing dependencies into a single Slack message when the pipeline finishes. You can customize the notification by selecting which event types to monitor (success, failures, or missing dependencies) and set a username for the Slack bot.
The package works as a context manager around Luigi's main execution, or can be invoked from the command line with configuration stored in a luigi.cfg file. It currently only supports Slack as a notification channel and has no runtime dependencies beyond Luigi itself.
Use it for:
- Monitor long-running ETL pipelines on ephemeral EMR clusters without configuring email infrastructure
- Get a single daily summary of all pipeline failures instead of being flooded with per-failure emails
- Track task completion status in a team Slack channel for visibility across data engineering workflows
- Suppress success notifications for clean runs while alerting only on failures and missing dependencies
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Sends summary Slack notifications when Luigi job pipelines finish, consolidating failures and missing dependencies into a single message instead of per-failure emails.
No. The package is abandoned (last updated August 2018, repository archived), has not been maintained for years, and compatibility with current Luigi and Python versions is uncertain. For active Luigi monitoring, consider a maintained alternative or implement Slack integration directly in your pipeline code.
Install
luigi-monitor on PyPI
pip
pip install luigi-monitoruv
uv add luigi-monitorpoetry
poetry add luigi-monitorInstalling luigi-monitor
Before you install
Installation is straightforward with no runtime dependencies, but the package is abandoned as of 2019 with no recent maintenance. The repository is archived and has not received updates in years, so compatibility with current Luigi versions or Python releases is uncertain.
License in practice
MIT license is permissive and places no restrictions on use, modification, or distribution in your own projects.
Quickstart
pip install luigi-monitor
import luigi
from luigi_monitor import monitor
if __name__ == "__main__":
with monitor(slack_url="<your_slack_url>", max_print=10):
luigi.run(main_task_cls=MainClass)
Requires a Slack webhook URL and an active Luigi installation; the package has not been updated since 2018 and may not work with recent versions of Luigi or Python.
Verify before relying
- Compatibility with current Luigi versions and modern Python releases (package last updated 2018)
- Whether Slack webhook format or API changes since 2018 affect notification delivery
- Support for event filtering beyond SUCCESS, DEPENDENCY_MISSING, and FAILURE
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 2,920 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 84,048/month — #14,032 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: luigi_monitor-1.1.4-py2.py3-none-any.whl
Keywords: luigi
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
luigiLuigi is a Python workflow orchestration…
permissive · top 5,000 on PyPI
b2luigib2luigi wraps luigi to simplify scheduling and…
copyleft · top 15,000 on PyPI
prefect-emailProvides Prefect workflow integration for…
permissive · top 15,000 on PyPI
slackwebSends messages to Slack channels via incoming…
permissive · top 15,000 on PyPI
cdk-events-notifyAn AWS CDK Construct Library that automatically…
permissive · top 15,000 on PyPI
pytest-slackA pytest plugin that sends test results to…
permissive · top 15,000 on PyPI
dagster-slackProvides a Slack client resource for Dagster…
permissive · top 5,000 on PyPI
appriseApprise sends notifications to dozens of…
permissive · top 5,000 on PyPI
uptime-kuma-api-v2Provides a Python client for the Uptime Kuma…
permissive · top 15,000 on PyPI
notifiersNotifiers provides a unified interface to send…
permissive · top 15,000 on PyPI