Luigi

Workflows do not execute without external scheduler configuration

info
configurationUpdated Jan 9, 2013(via Exa)
Technologies:
How to detect:

Luigi does not include built-in workflow triggering. Workflows will not execute automatically unless an external scheduler (crontab, etc.) is configured to invoke them.

Recommended action:

Configure an external scheduler to trigger Luigi workflows. For data-dependent workflows, use frequent polling (e.g., every minute via crontab) to check for new data availability. Use the pattern: trigger frequently, let Luigi's scheduler handle idempotency and prevent duplicate execution.