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

Investigate simple web interface for configuring the bot on the fly #12

Open
thefirstofthe300 opened this issue Mar 23, 2018 · 0 comments

Comments

@thefirstofthe300
Copy link
Contributor

Questions to be answered:

  1. How would live reloading the engine Gorouting work so we can load the new config? We need live reloading because changing the message buffer size will require recreating the associated channel.
  2. How would configuration editing work? Would the server be aware of the configuration structure and only able to those fields? Do we allow it to dynamically load the configuration values? I'm leaning towards the latter.
  3. Should the server write back to the configuration file? Should it be default behavior or should it require the user to explicitly state they want to save it back to the configuration file?
  4. What are the implications for values that were specified using environmental variables?
  5. ??? If I missed something please call it out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant