I checked it recently. This instance of the job was recorded as a failure on the dashboard, and an exception was indicated in it that indicated that the timeout expired while waiting for an exclusive lock.
You will see the following exception:
Hangfire.Storage.DistributedLockTimeoutException: Timeout expired. The timeout elapsed prior to obtaining a distributed lock on the 'xxx' resource. at Hangfire.SqlServer.SqlServerDistributedLock.Acquire(IDbConnection connection, String resource, TimeSpan timeout)
natwallbank
source share