Open
Description
After reading the code, it's unclear to me why the Statsig docs call for initializing the lib in a fork
callback for Unicorn/Puma setups. Is the library using a shared system resource like a file descriptor or shared socket that isn't properly isolated via Ruby's copy-on-write?
If it is necessary, it's probably worth calling out for Sidekiq when in multi-process/"swarm" mode.
Metadata
Metadata
Assignees
Labels
No labels