Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Active Record destroy async integration #139

Open
bdewater opened this issue Oct 29, 2021 · 0 comments · May be fixed by #140
Open

Active Record destroy async integration #139

bdewater opened this issue Oct 29, 2021 · 0 comments · May be fixed by #140

Comments

@bdewater
Copy link
Contributor

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.

@bdewater bdewater linked a pull request Oct 30, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant