Poller-wrapper thread 33?

If we do a “for i in range(amount_of_workers):” then how did we get on thread 33?

Cronic detected failure or error output for the command:
/opt/librenms/poller-wrapper.py 32

RESULT CODE: 0

ERROR OUTPUT:
Exception in thread Thread-33 (most likely raised during interpreter shutdown):
STANDARD OUTPUT:
Registered as Master
INFO: starting the poller at 2018-10-01 14:58:02 with 32 threads, slowest devices first
Yada Yada

The program flow that kicks off all the other poll_workers is counted as a thread in its own right.

Oh, I see. Thanks. I wonder why it keeps throwing an exception.