Jump to content

Handle sudden disconnection for EventHub


Konstantin Maslyuk

Recommended Posts

Posted

Hi, all.

I making ftrack services with docker containers with auto restart and i found that if you disconnect a network with docker, event hub will just attempt to to reconnect 30 times * 10 seconds and then just sleep.

Event EventHub.connected will be truth, i think it is because of unlogged error in EventHub.disconnect()

Posted

hm,  another issue under py3

(Pdb) pp sys.version_info
sys.version_info(major=3, minor=6, micro=8, releaselevel='final', serial=0)
(Pdb) bool(server_location.resource_identifier_transformer)
True
(Pdb) server_location.resource_identifier_transformer
Symbol(NOT_SET)

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...