martin-g opened a new pull request, #1669: URL: https://github.com/apache/datafusion-ballista/pull/1669
# Which issue does this PR close? N/A # Rationale for this change Make it possible to use a custom tick interval for the UI updates. # What changes are included in this PR? * Added a new setting in the TUI config: `tick_interval` with default value of 2000ms. * Change the config dir to `dirs::config_local_dir()` * Rename the config file from `.../ballista/config.yaml` to `.../ballista/tui.yaml` Example full paths: ``` |Platform | Example | | ------- | ---------------------------------------- | | Linux | /home/alice/.config/ballista/tui.yaml | | macOS | /Users/Alice/Library/Application Support/ballista/tui.yaml | | Windows | C:\Users\Alice\AppData\Local\ballista\tui.yaml | ``` All config settings could be overwritten with env vars: * BALLISTA_HTTP_TIMEOUT=30000 * BALLISTA_SCHEDULER_URL=https://example.com:50050/ * BALLISTA_TICK_INTERVAL=1000 # Are there any user-facing changes? The config file is renamed and a new setting is added. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
