feat(scheduled_tasks): update for k8s (#734)

This commit is contained in:
skye 2025-05-03 06:21:39 -04:00 committed by GitHub
parent 94a3276979
commit 7cff9abee3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 8 deletions

View file

@ -88,6 +88,7 @@ pub struct ScheduledTasksConfig {
pub set_guild_count: bool,
pub expected_gateway_count: usize,
pub gateway_url: String,
pub prometheus_url: String,
}
fn _metrics_default() -> bool {