You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
min_idle_workers - ensure a minimum count of workers are started and available - useful when startup time of a worker is costly - how many additional idle direct connections ready inside pool always
should be parition-able
workers should only be allowed to be checked out based on some criteria or state
don't Supervisor.terminate_child in process loop, do async
Replace poolboy with custom pool implementation:
idle_timeout
(database_idle_time
)min_idle_workers
- ensure a minimum count of workers are started and available - useful when startup time of a worker is costly - how many additional idle direct connections ready inside pool alwaysMaybe fork: https://github.com/general-CbIC/poolex
The text was updated successfully, but these errors were encountered: