Recurring jobs disappearing

So we run a hangfire server for the app we produce. It has a number of recurring jobs that do numerous things, looks like this:

What is happening on ocassion, and I can not pin down what is causing it, is those recurring jobs are going away! When this happens and you go to the dashboard shown above, it will show 0 recurring jobs.

The only way for me to get them back is to stop and start the container that is running hangfire.

Does anybody have any idea what could cause this? I can’t find anything, no errors or log messages, it just seems like once a while it says “screw it” and just throws away the recurring jobs.

have you had any response or find the issue??