[#150] In case we are running both read and delete load SelectorAwaiting

Signed-off-by: m.malygina <m.malygina@yadro.com>
m.malygina 2024-06-21 10:54:45 +03:00
parent 0b50950974
commit c7fd2078c8
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ if (read_vu_count > 0) {
const delete_age = __ENV.DELETE_AGE ? parseInt(__ENV.DELETE_AGE) : undefined;
let obj_to_delete_selector = undefined;
let obj_to_delete_exit_on_null = undefined;
if (registry_enabled && delete_age) {
obj_to_delete_exit_on_null = (write_vu_count == 0) && (read_vu_count == 0)