On my servers Page there aren’t any servers (Count is 0)
“There are no active servers. Background tasks will not be processed.”
#1130 XXXXXXX:30824:6800158B-9116-4DE5-BEC4-9CC2CC4F9B7A SyncPraxisJob.Execute a
The job was aborted – it is processed by server XXXXXXX:30824:6800158b-9116-4de5-bec4-9cc2cc4f9b7a which is not in the active servers list for now. It will be retried automatically after invisibility timeout, but you can also re-queue or delete it manually.
But on my processing page it ist shown successfull
Id Job Total Duration Succeeded
#1130 abcdefghijklmn.Execute 20h 4m a few seconds ago
This is confusing me.
Now I was looking deeper. This happened because of my 5 Minute Timeout and my debugging activities.
After 5 Minutes the RemoveTimedOutServers Method is called.
delete from [{0}].Server where LastHeartbeat < @timeOutAt
But the Server is still alive.
In the next Heartbeat call there is only an update statement:
update [{0}].Server set LastHeartbeat = @now where Id = @id",
but the server entry is gone