You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's keep this ticket clean of discussions and leave only ideas on how to improve RoadRunner in the next major release.
Current ideas:
RPC and Logger (and Configurer?): Use these plugins as a basic building blocks, like libraries, not plugins. Reason: currently we have many dependencies for both, RPC and Logger plugins. This prevents us using plugins which have circular dependencies, e.g.: app-logger. App-logger depends on a logger, but with RPC, so internally, this is a separate plugin, because we can't depend on a Logger and RPC at the same time the main logger plugin depends on RPC. Because app-logger also depends on RPC.
So, the idea is to use RPC, Logger and might be configurer (not sure about it) as separate libraries, which can be easily configured using only config plugin.
Add enabled=true/false to the plugins' configuration to easily disable plugins via env variables.
Single version for the plugins and RR. Currently, plugins have a regular semver. Sync the version with RR and use calver.
All seconds configuration values must be in the same format. For example: endure.watchdog_sec is int, but endure.grace_period is string like 10s, redial_timeout from AMQP driver is string.
Jobs plugin: add pipeline name to tag for rr_jobs_jobs_ok/err and rr_jobs_push_ok/err metrics.
Jobs plugin: add rr_jobs_requests_queue similar to rr_http_requests_queue?
Redis driver with a complete Redis API support. Possibly based on some non-redis drivers due to their license update.
The text was updated successfully, but these errors were encountered:
Let's fix Priority for AMQP driver: from A lower value corresponds to a higher priority to A higher value corresponds to a higher priority.
All seconds configuration values must be in the same format. For example: endure.watchdog_sec is int, but endure.grace_period is string like 10s, redial_timeout from AMQP driver is string
Workers reloading, but command called reset. it could be consistent with systemd reload
Jobs plugin: add pipeline name to tag for rr_jobs_jobs_ok/err and rr_jobs_push_ok/err metrics?
Jobs plugin: add 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:
So, the idea is to use RPC, Logger and might be configurer (not sure about it) as separate libraries, which can be easily configured using only config plugin.
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
?The text was updated successfully, but these errors were encountered: