-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Async transport has the following hard-coded limits:
Thespian/thespian/system/transport/asyncTransportBase.py
Lines 37 to 40 in acf5cb2
| MAX_PENDING_TRANSMITS = 20 | |
| MAX_QUEUED_TRANSMITS = 950 | |
| QUEUE_TRANSMIT_UNBLOCK_THRESHOLD = 780 | |
| DROP_TRANSMITS_LEVEL = MAX_QUEUED_TRANSMITS + 100 |
In setups with high number of actors these arbitrary limits might be too small for the actor system to operate correctly. I'd like to have an option to modify these values through environment variables.
There's an existing PR for this: #75
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels