Execute job in web garden FOR EACH hangfire server

Hello,
I want to implement the following scenario: storage polling in order to check some data (to be precise: I store some data in MemoryCache and I want to update it if it is changed in the database. I know that there is SQL Service Broker with .NET SqlDependency in the field, but I still need this “manual” polling).
So if I have a web garden, I need to have the recurring task that will be run FOR EACH hangfire server on some time interval (so MemoryCache will be updated for each app instance).
Can this be done with Hangfire out of the box (I couldn’t find the solution on my own)?
Thanks!
P.S. Sergey, thanks for this library, it’s one of the best libraries I worked with! Great job!