0.0.3 ===== Bug Fix: * Autoloading delayed_job to avoid hardcoded dependency to collectiveidea's fork Known Issue: * Rails' tests/specs will only work if delayed_job is installed as a gem, rather than a plugin. Need to investigate further... 0.0.2 ===== Bug Fix: * Bundling migrations on generator to avoid timestamp clashing 0.0.1 ===== Initial Release Features: * Execution of sequential user-defined stages in an asynchronous pipeline * Persistence of pipeline instances and stages * Error recovery strategies: * Irrecoverable errors fail the entire pipeline * Recoverable errors are automatically retried (using dj's exponential retry strategy) * Recoverable errors that require user input pause the pipeline for further retry * Cancelling of a paused pipeline