Michael Glass
Michael Glass
... I'm a little ambivalent of this because it changes the admin interface to be, I believe less usable. E.g. you can't initially see options for lists... if you can...
PR and you shall receive.
For us, we produced multiple manifest by doing some funny business with caching between environments. We had three different workspaces from which we deployed We would occasionally clear out those...
@nevans any progress here?
... so is one or the other of these two libraries preferred now?
@ngan @cainlevy's fix doesn't help me on 5.5
I'll publish my test setup in a moment. In the mean time: could not repro on 5.6.13
my experience with this patch: it does stop the deadlock but performance on my DJ doesn't improve after the deadlock is removed. However, removing mysql optimizations makes performance jump from...
sorry looking at my query log, I see a lot of `SELECT COUNT(*) FROM`delayed_jobs`WHERE (failed_at is not NULL)` and `SELECT COUNT(*) FROM`delayed_jobs`WHERE (locked_by is not NULL)` shouldn't those be top...