REST Service: Finally Block Not Executing
We have a REST service developed in C# that internally calls various APIs. This service takes a while to complete due to multiple API calls. It aggregates the results from all the internal services and creates a dataset.
I only trigger the service but I don’t wait for its response; the service runs in the background.