Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] rr workers not working in Laravel Octane #686

Closed
litan1106 opened this issue May 25, 2021 · 2 comments · Fixed by #699 or spiral-modules/roadrunner-binary#65
Closed

[BUG] rr workers not working in Laravel Octane #686

litan1106 opened this issue May 25, 2021 · 2 comments · Fixed by #699 or spiral-modules/roadrunner-binary#65
Assignees
Labels
A-plugin Area: module B-regression Bug: regression bugs
Milestone

Comments

@litan1106
Copy link

I tried the rr command with Laravel Octane

###rr reset

rr reset -o rpc.listen=tcp://localhost:6001

expected result
Resetting plugin: [http] ∙∙●

###rr workers

rr workers -o rpc.listen=tcp://localhost:6001

expected result
workers table

instead I got an error
show_workers: informer_plugin_workers: no such service: server; informer_plugin_workers: no such service: server

The version of RR used: rr version 2.2.1 (build time: 2021-05-13T18:00:32+0000, go1.16.4)

Discussion
#684

pinged @48d90782

@litan1106 litan1106 added B-bug Bug: bug, exception F-need-verification labels May 25, 2021
@rustatian rustatian added A-plugin Area: module B-regression Bug: regression bugs and removed B-bug Bug: bug, exception F-need-verification labels May 25, 2021
@rustatian rustatian added this to the 2.3.0 milestone May 25, 2021
@rustatian
Copy link
Member

rustatian commented May 25, 2021

TODO:

  1. Informer.List after the [FEATURE REQUEST] List of available plugins #611 returns all available plugins, but not plugins, which fit the Informer interface.
  2. Create a new RPC call: Informer.Workers, which should return plugins with workers.
  3. Update rr-binary informerList constant.

@litan1106
Copy link
Author

@rustatian thanks for the quick fixed. it worked in v2.3.0-beta.2

rr workers -o rpc.listen=tcp://localhost:6001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment