Skip to content

fix: change executor-allocation-ratio CLI option type from int to float#148

Draft
hussein-awala wants to merge 1 commit intomainfrom
fix/executor-allocation-ratio-type
Draft

fix: change executor-allocation-ratio CLI option type from int to float#148
hussein-awala wants to merge 1 commit intomainfrom
fix/executor-allocation-ratio-type

Conversation

@hussein-awala
Copy link
Owner

Summary

  • The --executor-allocation-ratio CLI option used type=int but the underlying ExecutorInstances.executor_allocation_ratio field is a float
  • Values like 0.5 (mentioned in the help text) would be rejected by the CLI

Test plan

  • Verify --executor-allocation-ratio 0.5 is accepted
  • Verify --executor-allocation-ratio 1.0 still works

🤖 Generated with Claude Code

The ExecutorInstances.executor_allocation_ratio field is a float and
values like 0.5 are valid, but the CLI option used type=int which would
reject decimal inputs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant