Skip to content

Releases: fastfishio/cadence-python

fix pod restart

Choose a tag to compare

@meetchandan meetchandan released this 12 Nov 20:27

in case of long poll timeout -- it is not an exception, (though the python client treats it as an exception which is wrong)
so we check for exception message string -- if it is "timeout" -- then do not raise the exception

if it is something else -- raise it so the process (pod) restarts

increase ttl

Choose a tag to compare

@meetchandan meetchandan released this 11 Nov 10:51

increase ttl

more client lib worker fixes + logging

Choose a tag to compare

@meetchandan meetchandan released this 23 Oct 08:18

more client lib worker fixes + logging

more client lib worker fixes

Choose a tag to compare

@meetchandan meetchandan released this 23 Oct 07:17

raising in case of decision task poll error so that the pod restarts

client lib worker fixes  

Choose a tag to compare

@meetchandan meetchandan released this 11 Oct 12:10

raising exception on pollactivity task error

increase ttl

Choose a tag to compare

@meetchandan meetchandan released this 11 Nov 10:40
5accc77

increase ttl in connection.py