markbates / configatron

A super cool, simple, and feature rich configuration system for Ruby apps.

Home Page:http://www.metabates.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is Configatron.. thread safe? I'm seeing some weird behavior with sidekiq threads.

hgcode opened this issue · comments

I'm guessing it's not thread safe? But I just want to confirm.

Looking through the code it looks like this isn’t apparently thread safe. Have you considering using something like

https://github.com/steveklabnik/request_store

To make configatron thread safe?

Thanks