fix CelerySignalProcessor delete handling#473
fix CelerySignalProcessor delete handling#473Bragegs wants to merge 2 commits intodjango-es:masterfrom
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.
|
@Bragegs After trying your changes I get the following error in DigitalOcean, is there a way to avoid this?: |
|
@Teachmetech could this be a DigitalOcean issue? https://stackoverflow.com/a/67347498 https://www.digitalocean.com/community/tutorials/python-multiprocessing-example |
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
|
@safwanrahman sorry for disturbing, may I know what's the status for this PR? |
|
@safwanrahman this has a fix for a critical bug in |

bulk_datavariable.registry_delete_taskfunction parameter namedataintobulk_datadoc_moduletoregistry_delete_taskfunction parameters so that we can init the registered document correctly.Fixes 472