You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added additional indexes to speed up DELETE query of old jobs
The query in ExpirationManager already has an index to use on the "counter" table, but not the related tables as per ExpirationManager.ProcessedTables (counter, job, list, set, hash)
0 commit comments