Joe Van Dyk
Joe Van Dyk
Also, instead of executing the DELETE statements one by one, faster to do it in a single WITH query: ``` with table_1 as (delete from users), table_2 as (delete from...
We are running into this as well. Deploy times for us are approaching 7 minutes.
@ericboehs that would be awesome!
Is there a reason to use similarity instead of ilike? Would be nice if there was a way to use ilike.
does the released version of sidekiq-status work with sidekiq 8 (if you don't use sidekiq-status/web)?