mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-05 13:32:12 +00:00
919dab9b55
Most of the time, we don't need this pool. Create when needed, and clean up after 30 seconds of inactivity. This avoids a slow shutdown that was due to core python hanging in help_finish_stuff, and as a bonus means most of the time, one only sees one confluent process, which has been a source of questions already.