Recurring job getting picked again after 1 minute

I have recurring jobs which call a web service to do some work. I have seen that while a job is under processing, it is picked up again by same worker thread after 1 minute (default hangfire polling interval).

I am using Hangfire 1.7.11.0. Any idea why this is happening?