Konstantin Maslyuk Posted May 29, 2020 Report Posted May 29, 2020 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()
Konstantin Maslyuk Posted May 29, 2020 Author Report Posted May 29, 2020 It look like the problem is that ftrack_api.Session._request.post() have no timeout in ftrack_api.Session.call(), so control never returned to main thread to test EventHub connection
Lorenzo Angeli Posted May 29, 2020 Report Posted May 29, 2020 hi @Konstantin Maslyuk thanks for reporting. We'll be having a closer look as soon as possible (or feel free as usual to open a PR in case )! L.
Konstantin Maslyuk Posted May 31, 2020 Author Report Posted May 31, 2020 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)
Lorenzo Angeli Posted June 2, 2020 Report Posted June 2, 2020 Thanks @Konstantin Maslyuk we'll go through them asap. Cheers. L.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.