Skip to content

Better container rate limiting with Docker #136

Description

@jonahsnider

When running evals with Docker, the only rate limit is when the containers are started. For the matrix I'm running, this means that around 400 containers are running in parallel, even if their starts are slightly staggered.

This should be capped with a configurable number, probably defaulting to os.cpus().length, so that machines running evals via Docker don't become overloaded from running so many experiments at the same time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions