Problem with 1 minute recurring job

I have a job defined as recurring with one minute recurring time (development for faster testing).

This it what is displayed (and performed) with hangfire (1.1.1) in local development:

Payment Processing | Every 01 minutes | PaymentProcessorJob.Perform | in 6 minutes 22 minutes ago

Similar in production (10 minute setup):

Payment Processing | Every 10 minutes | PaymentProcessorJob.Perform | 6 minutes ago | 16 minutes ago

Any ideas?

Regards
Stephen