Repeat Jobs in Queues (MongoDB and Hangfire Core (Ubuntu)

Hi Guys,

I Have a Recurring job call “NewsLetter” that is been supposed to run in business days at 10AM.

So the problem is, i don´t know why this job is run more than one time a day…

This is not the only job in this situation, I have one more.

This is heavy job, maby can take up to 2h to complete.

Any clues why the job is up to 50 times in queued?

The system as:
“MongoDB.Driver”: “2.4.0-beta1”,
“Hangfire.Mongo”: “0.3.2”,
“Hangfire.Core”: “1.6.7”,
“Hangfire”: “1.6.7”,
“Hangfire.Console”: “1.1.5”,
Microsoft.NETCore.App": {
“version”: “1.1.0”,
“type”: “platform”
},