You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have some 'sane' defaults like :adaptor_service_name etc, for looking up the Adaptor service process. However changing it for any reason makes things pretty difficult to track.
Oban has some lean and useful examples on how to deal with this:
We currently have some 'sane' defaults like
:adaptor_service_name
etc, for looking up the Adaptor service process. However changing it for any reason makes things pretty difficult to track.Oban has some lean and useful examples on how to deal with this:
Registry
providing some conformed helpers to generate:via
tuples.https://github.com/sorentwo/oban/blob/master/lib/oban/registry.ex
I think we can benefit significantly by adopting this kind of pattern, our lack of centralized app config is getting unwieldy.
The text was updated successfully, but these errors were encountered: