ejsmith on elastic7
Log the correct task id and cat… (compare)
ejsmith on elastic7
Minor (compare)
ejsmith on elastic7
Add missing task id (compare)
ejsmith on elastic7
More reindex job changes (compare)
ejsmith on elastic7
Just retry 3 times (compare)
ejsmith on elastic7
More log message changes (compare)
niemyjski on elastic7
Added retry reindex for disconn… (compare)
niemyjski on elastic7
Updated migration to retry sock… (compare)
ejsmith on elastic7
Oops progress (compare)
public override Task<ILock> GetWorkItemLockAsync(object workItem, CancellationToken cancellationToken = new CancellationToken()) {
var cacheKey = $"{nameof(RemoveOrganizationWorkItemHandler)}:{((RemoveOrganizationWorkItem)workItem).OrganizationId}";
return _lockProvider.AcquireAsync(cacheKey, TimeSpan.FromMinutes(15), new CancellationToken(true));
}