Open rustatian opened 5 months ago
A lower value corresponds to a higher priority
to A higher value corresponds to a higher priority.
endure.watchdog_sec
is int
, but endure.grace_period
is string like 10s
, redial_timeout
from AMQP driver is stringreset
. it could be consistent with systemd reload
rr_jobs_jobs_ok/err
and rr_jobs_push_ok/err
metrics? rr_jobs_requests_queue
similar to rr_http_requests_queue
?
Discussion is here: https://github.com/orgs/roadrunner-server/discussions/1960
Let's keep this ticket clean of discussions and leave only ideas on how to improve RoadRunner in the next major release.
Current ideas:
enabled=true/false
to the plugins' configuration to easily disable plugins via env variables.calver
.endure.watchdog_sec
is int, butendure.grace_period
is string like 10s,redial_timeout
from AMQP driver is string.rr_jobs_jobs_ok/err
andrr_jobs_push_ok/err
metrics.rr_jobs_requests_queue
similar torr_http_requests_queue
?