cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DT focuses a lot on requests, what about background jobs?

amithgeorge
Frequent Guest

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.

1 REPLY 1

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

You have also Background activity services or create your own Custom services.

Best regards 

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Featured Posts