Question

CHAKBK
TR
Last activity: 25 Sep 2025 16:09 EDT
Selftimeout for Rest Service
Hi,
We are trying to set self-timeout for a rest service that we exposed. Self-timeout means if a requester couldnt get a response within 1 sec, rest service have to stop its proccess and send response immediatly.
Is there any way to set a timeout?
We tried "Enable service SLA with fallback activity" but it didnt work us.
Tried Config :
Maximum duration for service activity (milliseconds) : 1000
Maximum consecutive violations : 1 (i couldnt set as 0)
Retry interval (seconds): 1 (i couldnt set as 0)
I wanna send response(exception or default response) after 1 sec immediatly.
Regards.