I have an array that I can update from multiple workers as follows: UPDATE my_table SET arr = array_append(my_table.arr, element).
UPDATE my_table SET arr = array_append(my_table.arr, element)
The problem pops up when t