rust-lang / rust-playground

The Rust Playground
https://play.rust-lang.org/
Apache License 2.0
1.2k stars 203 forks source link

Introduce limits for number of active processes #1071

Closed shepmaster closed 3 weeks ago

shepmaster commented 3 weeks ago

This also fuses together the unique ID generation with resource concurrency limits.

As part of this, we expose some hooks that we can use to provide metrics about how many people are waiting for containers / processes.