This repository has been archived by the owner on May 31, 2022. It is now read-only.
-
Hello! I need to add event listeners to http server pool for observe faults and send to Sentry. For example https://github.com/UPDG/roadrunner-sentry How can i do it in v2? |
Beta Was this translation helpful? Give feedback.
Answered by
rustatian
Sep 28, 2021
Replies: 1 comment 15 replies
-
Hey @vasilevrv . This part of the RR2 left the same as was in the RR1 (but will be reworked in the future versions). You can provide your listener directly to the https://github.com/spiral/roadrunner-plugins/blob/master/server/plugin.go#L143 |
Beta Was this translation helpful? Give feedback.
15 replies
Answer selected by
rustatian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @vasilevrv . This part of the RR2 left the same as was in the RR1 (but will be reworked in the future versions). You can provide your listener directly to the https://github.com/spiral/roadrunner-plugins/blob/master/server/plugin.go#L143
NewWorkerPool
method.