Used Zammad installation type: (source, package, docker-compose, …) docker-compose
Operating system: Ubuntu
Browser + version: Chrome
Does anyone know where to go to shutdown the UserDeviceJobLog?
Job does not seem to have a real practical use case for generating thousands of jobs a minute.
This is causing major issues with other jobs as they do not process through such as elastic - it takes over 2 days for index jobs to index leading to user frustration.
Expected behavior:
Low priority jobs are given a low priority to not impact usability of the system.
Thanks - appreciate the reply. I actually found the root cause. On the official helm chart, nginx conf does not properly set the real user ip and uses the node ip resulting in a change in IP per request which generations hundreds of thousands of device job logs per hour.
We resolved the issue by updating the nginx conf map to use the proxy real ip.