Currently, the main converger() loop is single-threaded, in that it will (once triggered by a channel event) only process one thing at a time in serial. Downsides include lackluster status reporting back to the web UI, and having a single site renew / creation that takes longer than usual block the entire loop for the duration.