Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Using database instead of redis for queue connection #79

Open
badasukerubin opened this issue Jun 27, 2022 · 1 comment
Open

Using database instead of redis for queue connection #79

badasukerubin opened this issue Jun 27, 2022 · 1 comment

Comments

@badasukerubin
Copy link

badasukerubin commented Jun 27, 2022

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

  1. The existing database queue drive (I think the answer to this is most prob no)
  2. Alternatively is there is way to setup, where mailcoach uses the redis queue and the other part of the application keep using the database.
@msawired
Copy link

msawired commented Jul 6, 2022

+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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants