statsig-io / ruby-sdk

Statsig server SDK for Ruby
ISC License
4 stars 5 forks source link

Add threadpool and differentiate async/sync event logging #7

Closed tore-statsig closed 2 years ago

tore-statsig commented 2 years ago

use a threadpool when flush() is triggered from the main thread (via a gate check or log event)

leave shutdown() as a synchronous flush

tore-statsig commented 2 years ago

Tests failing on staging env. Need to patch staging backend, then rerun

tore-statsig commented 2 years ago

closing in favor of the pr in the private repo. Will be synced here when published