Skip to content

Arranger limits are hardcoded

Current situation

Some arranger limits are hardcoded:

MAX_JOBS = 1024
MAX_STEPS = 1024
MAX_WORKERS = 4

DEFAULT_TIMEOUT_MINUTES = 360

Desired outcome

There should be a way to change those limit at startup time.