Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Refactor mailing tasks to allow custom queue components #111

Open
SDKiller opened this issue May 12, 2017 · 2 comments
Open

Refactor mailing tasks to allow custom queue components #111

SDKiller opened this issue May 12, 2017 · 2 comments
Milestone

Comments

@SDKiller
Copy link

Current cron-powered way is hardcoded and does not allow alternatives.

For example, I have RabbitMQ and want to use it rather then storing the whole email html in database and running cron jobs.

IMO, there could be interface for queue component and config option to set it.
And I'd prefer to put in queue email data as array, not entire html.

@tomaszkane
Copy link
Contributor

Sounds reasonable.

@bizley
Copy link
Owner

bizley commented May 12, 2017

Agree.

@bizley bizley added this to the 0.8 milestone May 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants