Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Priority treatment of health checks?

Greetings,

I've asked a question on SO a few days back:
https://stackoverflow.com/questions/50455251/jetty-priority-treatment-of-health-checks

---
My Jetty is servicing requests on /myservice/*

My problem is that when the server's queue gets full, the health check requests on /healthcheck start failing.

Is it possible to have a separate queue for my health checks, or is there another way to do this?

(code sample)
----

I'm trying my chance in here, maybe someone has tried to do this before and has thoughts about it?

Thanks
Benjamin

Back to the top