Multi-processingΒΆ

The pyapp.multiprocessing package provides an implementation of a multiprocessing Pool that ensures that settings are configured on each of the worker nodes. This allows for config factory helpers, dependency injection and feature flags to be safely used.

A pyapp.multiprocessing.Pool is a drop in replacement for the stdlib implementation.