skillfed

luigi-monitor

Send summary messages of your Luigi jobs to Slack.

luigi-monitor v1.1.4 84.0K downloads/30d#14,032 on PyPI46
Permissive license MIT Abandoned released

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-monitor

uv

uv add luigi-monitor

poetry

poetry add luigi-monitor

Installing 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

Development Status :: 3 - AlphaIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 2.7Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7

Tags

luigi job monitoring slackpipeline status notificationsluigi failure summary alertsjob completion slack messagesluigi task monitoringpipeline job notifications
abandonedslack-integrationluigi

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

luigi

Luigi is a Python workflow orchestration…

permissive · top 5,000 on PyPI

b2luigi

b2luigi wraps luigi to simplify scheduling and…

copyleft · top 15,000 on PyPI

prefect-email

Provides Prefect workflow integration for…

permissive · top 15,000 on PyPI

slackweb

Sends messages to Slack channels via incoming…

permissive · top 15,000 on PyPI

cdk-events-notify

An AWS CDK Construct Library that automatically…

permissive · top 15,000 on PyPI

pytest-slack

A pytest plugin that sends test results to…

permissive · top 15,000 on PyPI

dagster-slack

Provides a Slack client resource for Dagster…

permissive · top 5,000 on PyPI

apprise

Apprise sends notifications to dozens of…

permissive · top 5,000 on PyPI

uptime-kuma-api-v2

Provides a Python client for the Uptime Kuma…

permissive · top 15,000 on PyPI

notifiers

Notifiers provides a unified interface to send…

permissive · top 15,000 on PyPI