Duplicate retries created in Hangfire for the same message

Repeatative failed message from Client makes request to create scheudle retry and duplicate retries keep creating in Hangfire for the same message
RecurringJob.AddOrUpdate(recurringJobId, …) where recurringJobId is not checking any uniqueness.