Can we manually force polling?

Hey folks,

Currently using Hangfire with SQl Server.

Right after enqueuing a fire&forget job, is there some way to notify the polling engine, so if it is idle waiting for poll delay, it would ‘wake-up’ and poll next jobs right away ?

I’m looking for increasing polling delay(to reduce taxing on my database), but still keep short latency when enqueuing fire&forget jobs.