Migration Notify settings

The module lets you trigger notifications depending on the current status of your migrations in production. It checks if migrations are not idle and compares them to their last state to determine whether they might be stuck or not.

Notifications can be triggered via cron or instantly. Slack and email are currently supported.

Note: if cron runs too frequently (or faster than a migration can be running) or if we check too frequently this could throw false negatives. Migrations do NOT have a stuck status, so the logic is that if, in between checks, the status of the same migration is not idle then we consider it stuck.

Project information

Releases