Hangfire.SqlServer.CountersAggregator execution fails and stops server

Using .net core version of Hangfire 1.6.17 every two days on my server I get the following:

Error occurred during execution of 'Hangfire.SqlServer.CountersAggregator' process. Execution will be retried (attempt #7) in 00:00:48 seconds.
Error occurred during execution of 'DelayedJobScheduler' process. Execution will be retried (attempt #9) in 00:01:06 seconds.
Error occurred during execution of 'Worker #9abc5fcc' process. Execution will be retried (attempt #9) in 00:01:14 seconds.
Error occurred during execution of 'Worker #f2a88912' process. Execution will be retried (attempt #9) in 00:01:05 seconds.
Error occurred during execution of 'Worker #869bfc19' process. Execution will be retried (attempt #9) in 00:01:19 seconds.
Error occurred during execution of 'Worker #549f8b63' process. Execution will be retried (attempt #9) in 00:01:05 seconds.
Error occurred during execution of 'Worker #b7d8fdef' process. Execution will be retried (attempt #10) in 00:01:32 seconds.
Error occurred during execution of 'Worker #9c1b1ca1' process. Execution will be retried (attempt #9) in 00:01:04 seconds.

After which the server disappears from the dashboard and does not process any jobs anymore.
Only starting the webapp/server is fixing this.
Anything I can do about this?