Server tab is empty after a while

Hi there,

I have a strange issue - my hangfire runs within asp.net on azure (always on).

Sometimes when I check if everything is green by accessing the dashboard the current server just exits and sometimes a new server is spawned - but it wont show in the servers tab.

In the log is nothing special:
179249 2016-02-09 09:04:49.6315000 Info Start installing Hangfire SQL objects…
179246 2016-02-09 09:04:07.6320000 Debug Background process ‘Hangfire.SqlServer.ExpirationManager’ stopped.
179245 2016-02-09 09:04:07.6320000 Debug Background process ‘Hangfire.SqlServer.CountersAggregator’ stopped.
179237 2016-02-09 09:03:38.3871000 Info Hangfire Server stopped.
179224 2016-02-09 09:03:37.7153000 Debug Background process ‘Hangfire.SqlServer.ExpirationManager’ stopped.
179208 2016-02-09 09:03:35.7099000 Debug Background process ‘Hangfire.SqlServer.CountersAggregator’ started.
179207 2016-02-09 09:03:35.6942000 Debug Background process ‘Hangfire.SqlServer.ExpirationManager’ started.
179199 2016-02-09 09:03:35.4911000 Info Using the following options for Hangfire Server:

*Later on, no job will be executed. *

Reposting here, issue is on github, too: https://github.com/HangfireIO/Hangfire/issues/512

I monitored this behavior for a while now and its not daily or follows a pattern - so I think it has to be a timeout issue.
Any pointers, please?

Thanks,
Max