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
@andersondias : I have worked on it a bit. It is working the code can be found here https://github.com/coderhs/sidekiq_mailer/tree/configure. I have written the test for the configuration as a separate file so moved the common class to the test helper. Individually running the test file they pass, but when i run them together. The configuration that I have set for one test seems to persist when other test runs thus causing issues. I haven't been able to solve it. Will look into that issue soon and send a pull request.
PS: Feel free to correct or point out any mistakes, in the way i have written the code.
Is it possible to create a global config and set all the mails to be send to queue named 'default'.
The text was updated successfully, but these errors were encountered: