I am trying to run an async task with LaunchDarkly feature flags
When I first starting the worker, it takes the last flag value
But if I'm changing the feature flag value while worker is running - it will not update the value, and it will remain the same
When I'm running celery with -P gevent
the problem seems to be solved, but we are running in context of only single process