Konstantin Maslyuk Posted May 29, 2020 Report Share 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() Link to comment Share on other sites More sharing options...
Konstantin Maslyuk Posted May 29, 2020 Author Report Share 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 Link to comment Share on other sites More sharing options...
Lorenzo Angeli Posted May 29, 2020 Report Share 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. Link to comment Share on other sites More sharing options...
Konstantin Maslyuk Posted May 31, 2020 Author Report Share 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) Link to comment Share on other sites More sharing options...
Konstantin Maslyuk Posted May 31, 2020 Author Report Share Posted May 31, 2020 PR already there Link to comment Share on other sites More sharing options...
Lorenzo Angeli Posted June 2, 2020 Report Share Posted June 2, 2020 Thanks @Konstantin Maslyuk we'll go through them asap. Cheers. L. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now