{"id":13462955,"url":"https://github.com/collectiveidea/delayed_job_active_record","last_synced_at":"2025-05-13T19:09:50.366Z","repository":{"id":39033872,"uuid":"1801464","full_name":"collectiveidea/delayed_job_active_record","owner":"collectiveidea","description":"ActiveRecord backend integration for DelayedJob 3.0+","archived":false,"fork":false,"pushed_at":"2024-12-27T19:27:05.000Z","size":388,"stargazers_count":351,"open_issues_count":31,"forks_count":339,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-04-28T00:51:51.981Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/collectiveidea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-05-25T22:02:57.000Z","updated_at":"2025-03-31T18:44:38.000Z","dependencies_parsed_at":"2023-02-09T22:07:50.696Z","dependency_job_id":"91597fbe-71fd-4d32-b272-19630c4b3442","html_url":"https://github.com/collectiveidea/delayed_job_active_record","commit_stats":{"total_commits":286,"total_committers":43,"mean_commits":6.651162790697675,"dds":0.534965034965035,"last_synced_commit":"e5b4fbf8c65698d575d1afc95e4ae55e4646d24e"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collectiveidea%2Fdelayed_job_active_record","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collectiveidea%2Fdelayed_job_active_record/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collectiveidea%2Fdelayed_job_active_record/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collectiveidea%2Fdelayed_job_active_record/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/collectiveidea","download_url":"https://codeload.github.com/collectiveidea/delayed_job_active_record/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252305224,"owners_count":21726621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T13:00:42.169Z","updated_at":"2025-05-13T19:09:50.310Z","avatar_url":"https://github.com/collectiveidea.png","language":"Ruby","funding_links":[],"categories":["Extending DelayedJob::ActiveRecord::Backend","Background Processing"],"sub_categories":["A simple class/helper to evaluate Lua code","Background Jobs"],"readme":"**If you're viewing this at https://github.com/collectiveidea/delayed_job_active_record,\nyou're reading the documentation for the master branch.\n[View documentation for the latest release\n(4.1.11).](https://github.com/collectiveidea/delayed_job_active_record/tree/v4.1.11)**\n\n# DelayedJob ActiveRecord Backend\n\n[![Gem Version](https://img.shields.io/gem/v/delayed_job_active_record.svg)](https://rubygems.org/gems/delayed_job_active_record)\n![CI](https://github.com/collectiveidea/delayed_job_active_record/workflows/CI/badge.svg)\n[![Coverage Status](https://img.shields.io/coveralls/collectiveidea/delayed_job_active_record.svg)](https://coveralls.io/r/collectiveidea/delayed_job_active_record)\n\n## Installation\n\nAdd the gem to your Gemfile:\n\n    gem 'delayed_job_active_record'\n\nRun `bundle install`.\n\nIf you're using Rails, run the generator to create the migration for the\ndelayed_job table.\n\n    rails g delayed_job:active_record\n    rake db:migrate\n\n## Problems locking jobs\n\nYou can try using the legacy locking code. It is usually slower but works better for certain people.\n\n    Delayed::Backend::ActiveRecord.configuration.reserve_sql_strategy = :default_sql\n\n## Upgrading from 2.x to 3.0.0\n\nIf you're upgrading from Delayed Job 2.x, run the upgrade generator to create a\nmigration to add a column to your delayed_jobs table.\n\n    rails g delayed_job:upgrade\n    rake db:migrate\n\nThat's it. Use [delayed_job as normal](http://github.com/collectiveidea/delayed_job).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollectiveidea%2Fdelayed_job_active_record","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcollectiveidea%2Fdelayed_job_active_record","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollectiveidea%2Fdelayed_job_active_record/lists"}