Skip to content

Commit

Permalink
Default to use TaskDistributionPolicy::RoundRobin
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw committed Apr 1, 2024
1 parent 96c5320 commit 7f904a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballista/scheduler/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async fn main() -> Result<()> {
external_host: env::var("EXTERNAL_HOST").unwrap_or("localhost".to_string()),
bind_port,
event_loop_buffer_size: 10000,
task_distribution: TaskDistributionPolicy::Bias,
task_distribution: TaskDistributionPolicy::RoundRobin,
finished_job_data_clean_up_interval_seconds: 300,
finished_job_state_clean_up_interval_seconds: 3600,
advertise_flight_sql_endpoint: None,
Expand Down

0 comments on commit 7f904a2

Please sign in to comment.