[SR-Users] Re: Consistent huntable responses based on failure_route question

2023-05-25 Thread John Hardiman
Just an update to this one for anyone with the same issues with multiple final response codes around 408 and 500 responses: I neglected to see the stateful nature of what I was trying to do and was sending a stateless reply. I have changed this after some guidance. def ksr_failure_manage(se

[SR-Users] Re: Consistent huntable responses based on failure_route question

2023-05-25 Thread Alex Balashov
John, I was just about to reply but you figured it out beforehand. :-) Yeah, when there are different parts of the system that operate independently on the same transaction, it is important to use stateful constructs to maintain synchronisation between them. Otherwise, the left hand (TM timeout