Do I understand correctly that the number of "workers" in Laravel Octane is equal to the number of requests that can be executed simultaneously?
For example, if there are 2 workers, and 2 of them are busy returning CSV exports - new requests will not be processed?