mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
only reload license key periodically on ee
This commit is contained in:
@@ -882,6 +882,7 @@ Windmill Community Edition {GIT_VERSION}
|
||||
disable_s3_store,
|
||||
)
|
||||
.await;
|
||||
#[cfg(feature = "enterprise")]
|
||||
if let Err(err) = reload_license_key(&db).await {
|
||||
tracing::error!("Failed to reload license key: {err:#}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user