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
I think this is bad practice because someone would be expecting to set all their configs in their deimos initializer file, but then when they try to run the app, this rake script would disable async kafka and cause some potential headaches and confusion. :P
Note though, that changing this would break backwards compatibility.
The text was updated successfully, but these errors were encountered:
This line in the
deimos:start
task overrides theconfig.producers.backend
value.https://github.com/flipp-oss/deimos/blob/master/lib/tasks/deimos.rake#L10
I think this is bad practice because someone would be expecting to set all their configs in their deimos initializer file, but then when they try to run the app, this rake script would disable async kafka and cause some potential headaches and confusion. :P
Note though, that changing this would break backwards compatibility.
The text was updated successfully, but these errors were encountered: