Hangfire database Timeout issues

Hi All,

we are using Hangfire database as queue system for our application.
we are getting timeout issues while processing the queue.
Anybody faced this kind of issues.
If yes, what are steps to be taken to resolve it.
Error :
“System.Data.SqlClient.SqlException”,“ExceptionMessage”:"Execution Timeout Expired.
The timeout period elapsed prior to completion of the operation or the server is not responding."System.ComponentModel.Win32Exception (0x80004005):
The wait operation timed out

Is Hangfire the source of the error or is the error occurring within an executing job?

Its error we found out in state table in hangfire database.