# delayed_job_sequel **Repository Path**: mirrors_cloudfoundry/delayed_job_sequel ## Basic Information - **Project Name**: delayed_job_sequel - **Description**: Sequel backend for Delayed Job - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fork of DelayedJob Sequel Backend Forked from [delayed\_job\_sequel](https://github.com/TalentBox/delayed_job_sequel) We've removed the following features to reduce deadlock when using MySQL. * Job Priorities - And then we added them back in (experimental - monitoring deadlock status) * Expired job processing Creating the following index may be helpful ```sql CREATE INDEX delayed_jobs_reserve ON delayed_jobs (queue, locked_at, locked_by, failed_at, run_at); ```