In the documentation here:
http://docs.hangfire.io/en/latest/users-guide/storage-configuration/using-sql-server.html#configuring-the-polling-interval
It talks about Polling using MSMQ and then Redis.
For our needs we just need a simple Recurring task (once a minute). I wanted to know if the basic setup without any configuration has any performance issues at the DB server level.
Basically I do not want to introduce any performace issue on our production DB server and was hoping that the HangFire DB would have very low impact.