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
|| Provides queues support for the RR2 via different drivers |||
128
+
|| Provides AMQP (0-9-1) protocol support via RabbitMQ |||
129
+
|| Provides [beanstalkd](https://github.com/beanstalkd/beanstalkd) queue support |||
130
+
|| Provides support for the [BoltDB](https://github.com/etcd-io/bbolt) key/value store. Used in the `Jobs` and `KV`|||
131
+
|| SQS driver for the jobs |||
132
+
|| NATS jobs driver |||
133
+
|| Provides key-value support for the RR2 via different drivers |||
134
+
|| Memcached driver for the kv |||
135
+
|| Memory driver for the jobs, kv, broadcast |||
136
+
|| Redis driver for the kv, broadcast |||
137
+
|| Provides configuration parsing support to the all plugins |||
138
+
|| Provides GRPC support |||
|| Provides broadcasting capabilities to the RR2 via different drivers |||
141
+
|| Central logger plugin. Implemented via Uber.zap logger, but supports other loggers. |||
142
+
|| Provides support for the metrics via [Prometheus](https://prometheus.io/)|||
143
+
|| Reloads workers on the file changes. Use only for the development |||
144
+
|| Provides support for the `./rr reset` command. Reloads workers pools |||
145
+
|| Provides support for the RPC across all plugins. Collects `RPC() interface{}` methods and exposes them via RPC |||
146
+
|| Provides support for the command. Prepare PHP processes |||
147
+
|| Provides support for the external scripts, binaries which might be started like a service (behaves similar to the systemd services) |||
148
+
|| Provides support for the health and readiness checks |||
149
+
|| Provides support for the broadcasting events via websockets |||
150
+
|| Provides support for the raw TCP payloads and TCP connections |||
151
+
|| File server to handle static files |||
0 commit comments