Luigi Monitor sends summary messages of your Luigi pipeline runs to Slack (via webhook). It provides a lightweight wrapper to augment Luigi's scheduling events and report success/failure in real-time. Current version 1.1.4, with no recent releases; the project is in maintenance mode.
pip install luigi-monitorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Wrap Luigi tasks with @monitor.notify to send Slack messages on completion/failure.
Use 'from luigi_monitor import LuigiMonitor'
Ensure SLACK_WEBHOOK_URL environment variable is set, or pass slack_url explicitly.
Test with your Luigi version; consider forking or switching to alternative monitoring.