Closed
Description
Hey, I had some specific questions about the config settings:
- So
pool_size
is the actual number of simultaneous connections that are kept open for each host:port combo, correct? ... so if I hit 3 urls 20 times each very rapidly, and I set pool_size to 30, that is OK because its 30 for each url (90 total) and not 30 overall pool_timeout
... does this mean after this many milliseconds, connections are closed for that host:port combo in the pool?pool_max_overflow
what does this mean? The only thing I can imagine is that if you have a pool size of 1, and you create 5 requests quickly, it will "queue" them up, up to 5, and after that it would error or something? From what I can tell, however, is I can make 20 requests really fast whenpool_size
isand
pool_max_overflow` is 2 and it still requests lots of connections without errors or anything. I just dont really understand what this does
Furthermore i actually dont even know its actually using my pool setting. If i put it some garbage for the pool name like :asdf
it still works, it doesnt raise an error. I would assume its working because the atom is the same, but 🤷🏻♂️
Metadata
Assignees
Labels
No labels