14 Apr 2023 07:03 AM - last edited on 17 Apr 2023 07:54 AM by MaciejNeumann
A lot of the documentation and features are built around Requests. The way I see it, these are http web requests. It is not clear to me what are my options regarding background jobs. How do I go to a service and look at slowest 5% of background jobs and do hotspot analysis, etc.? How do I do the operations that I can do with web requests, on background jobs?
To be clear by a background job, I mean code that is not run as part of a web request. It gets run in response to a message on some sort of message queue. This could be as simple as a thread from a ThreadPoolExecutorService, or even a Rabbitmq worker thread.
Solved! Go to Solution.
14 Apr 2023 08:31 AM
Hi,
You have also Background activity services or create your own Custom services.
Best regards