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
Is your feature request related to a problem? Please describe.
The service must collect all Resettable plugins and trigger Reset via RPC call and CLI command:
typeResetterinteface {
Reset() error
}
Describe the solution you'd like
Plugin must collect all named and resettable services and allow them to perform folllowing RPC commands.
Is your feature request related to a problem? Please describe.
The service must collect all Resettable plugins and trigger Reset via RPC call and CLI command:
Describe the solution you'd like
Plugin must collect all named and resettable services and allow them to perform folllowing RPC commands.
Need to add cli command:
To reset all services:
$ roadrunner reset $ Resetting [http, jobs, temporal]... done
To reset specific service:
$ roadrunner reset http $ Resetting http... done
The text was updated successfully, but these errors were encountered: