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
{{ message }}
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
Hi - We are using database for our current env QUEUE_CONNECTION. It seems like mail coach requires redis.
We are embedding mailcoach into our existing laravel app and want to minimize the changes to the existing app.
Can mail coach either use
The existing database queue drive (I think the answer to this is most prob no)
Alternatively is there is way to setup, where mailcoach uses the redis queue and the other part of the application keep using the database.
The text was updated successfully, but these errors were encountered:
+1. Using Redis adds a whole another layer of maintenance and dependency to the whole project. I have the feeling this could have been handled very well using database.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi - We are using database for our current env QUEUE_CONNECTION. It seems like mail coach requires redis.
We are embedding mailcoach into our existing laravel app and want to minimize the changes to the existing app.
Can mail coach either use
The text was updated successfully, but these errors were encountered: