Ingore next_min_value from background_operations
Problem
Following the discussion in !209791 (comment 2853590260).
Looks like we are calculating the next_min_value dynamically here.
We don't need to deduplicate the value in the background_operation_workers table.
Solution
-
Ignore the column from the database
Edited by Max Orefice