mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
fix setting base_url on workers
This commit is contained in:
@@ -89,11 +89,11 @@ pub async fn initial_load(
|
||||
};
|
||||
|
||||
let reload_base_url_f = async {
|
||||
if server_mode {
|
||||
|
||||
if let Err(e) = reload_base_url_setting(db).await {
|
||||
tracing::error!("Error reloading custom tags: {:?}", e)
|
||||
tracing::error!("Error reloading base url: {:?}", e)
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
let reload_server_config_f = async {
|
||||
|
||||
Reference in New Issue
Block a user