class SidekiqUniqueJobs::Lock::WhileExecuting

def append_unique_key_suffix

The append there for needs to be done every time
This is safe as the base_lock always creates a new digest
def append_unique_key_suffix
  item[LOCK_DIGEST] = item[LOCK_DIGEST] + RUN_SUFFIX
end