- Notifications
You must be signed in to change notification settings - Fork271
fix CelerySignalProcessor delete handling#473
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
1. Removed unecessary comma from setter of `bulk_data` variable.2. Add `doc_module` to `registry_delete_task` function parameters so that we can init the registered document correctly.
Teachmetech commentedFeb 7, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@Bragegs After trying your changes I get the following error in DigitalOcean, is there a way to avoid this?: |
Bragegs commentedFeb 9, 2024
@Teachmetech could this be a DigitalOcean issue? https://stackoverflow.com/a/67347498 https://www.digitalocean.com/community/tutorials/python-multiprocessing-example |
Teachmetech commentedFeb 9, 2024
Interesting, thanks for that info! Is it possible to workaround this issue by having the deletes go through |
This version seems to actually delete all indexes and related docs instances correctly
HengJunXi commentedMay 27, 2025
@safwanrahman sorry for disturbing, may I know what's the status for this PR? |
parth-paradkar commentedAug 29, 2025
@safwanrahman this has a fix for a critical bug in |

Uh oh!
There was an error while loading.Please reload this page.
bulk_datavariable.registry_delete_taskfunction parameter namedataintobulk_datadoc_moduletoregistry_delete_taskfunction parameters so that we can init the registered document correctly.Fixes472