Igor Vodyakov

Results 1 comments of Igor Vodyakov

In my case, the problem was the absence of an index on the `done_at` field. UPDATE `queue` SET `reserved_at`=null WHERE `reserved_at` < :time - `ttr` and `done_at` is null; This...