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.
When I'm building stuff locally with Centrifugo, it would be helpful to be able to make config changes in the json file and have centrifugo automatically reload/restart so that those config options take effect immediately.
Describe the solution you'd like.
What would the feature look like? How would it work? How would it change the API?
It would be great if it was as simple as centrifugo -c /path/to/config --watch or something like that.
The text was updated successfully, but these errors were encountered:
This will require proper shutdown of all components in Centrifugo. Some components already can stop gracefully, some can not since it was not really required. While having graceful stop for everything is nice to have – it's not really a quick improvement and I can't give any ETAs for this. So for now the only recommendation – use external tools.
Is your feature request related to a problem? Please describe.
When I'm building stuff locally with Centrifugo, it would be helpful to be able to make config changes in the json file and have centrifugo automatically reload/restart so that those config options take effect immediately.
Describe the solution you'd like.
It would be great if it was as simple as
centrifugo -c /path/to/config --watch
or something like that.The text was updated successfully, but these errors were encountered: