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

Add background task to collect Cockroach zone node IDs #5857

Merged
merged 20 commits into from
Jun 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix up config param
jgallagher committed Jun 5, 2024
commit f7ecb4832d18586a263a22c6902b523c46d6c2d9
5 changes: 4 additions & 1 deletion nexus-config/src/nexus_config.rs
Original file line number Diff line number Diff line change
@@ -920,7 +920,9 @@ mod test {
},
blueprints: BlueprintTasksConfig {
period_secs_load: Duration::from_secs(10),
period_secs_execute: Duration::from_secs(60)
period_secs_execute: Duration::from_secs(60),
period_secs_collect_crdb_node_ids:
Duration::from_secs(180),
},
sync_service_zone_nat: SyncServiceZoneNatConfig {
period_secs: Duration::from_secs(30)
@@ -1008,6 +1010,7 @@ mod test {
phantom_disks.period_secs = 30
blueprints.period_secs_load = 10
blueprints.period_secs_execute = 60
blueprints.period_secs_collect_crdb_node_ids = 180
sync_service_zone_nat.period_secs = 30
switch_port_settings_manager.period_secs = 30
region_replacement.period_secs = 30