Skip to content

Active Record destroy async integration #139

@bdewater

Description

@bdewater

Found out today about:

Destroy Associations Async
Destroy associations async adds the ability for applications to destroy associations in a background job. This can help you avoid timeouts and other performance issues in your application when destroying data. The implementation was a group effort - the PR was started by George Claghorn from Basecamp, further support added by Cory Gwin of GitHub and finalized by Rafael França and Adrianna Chang from Shopify.

The default job deletes in regular AR batches, the class called is configurable. It seems useful for this gem to provide a job that is interruptible and resumable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions