Recurring job with redis throwing Hangfire.Storage.DistributedLockTimeout

Hello,

I am having trouble running a recurring job on aspnetcore that updates a mssql database table rows to a particular status based on some conditions. Redis is used for storage with default settings. The jobs would only be updating at the max about 50 rows and do not cause a bottleneck.

Kindly guide me on the steps to troubleshoot this issue.

Warm Regards,
bimkl07