Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bull MQ vs Trigger Dev? #922

Unanswered
deadcoder0904 asked this question in Q&A
Discussion options

My simple application right now only needs 1 function (to send email after payment is done) & I think Bull MQ would be fine. What do you think? I have never used Queues before so don't know much about it.

Also, would love to know what are the benefits of using Trigger Dev over just simply using Bull MQ?

In what use-cases would Trigger Dev be preferred over Bull MQ?

Is Bull MQ Pro similar to Trigger Dev?

You must be logged in to vote

Replies: 1 comment 3 replies

Comment options

if you only need to send an email then you don't need neither trigger nor bull :)

You must be logged in to vote
3 replies
Comment options

@rafalzawadzki i recently watched some system design concepts (first time for me in 10 years) but it said that you should put your non-critical tasks in a queue.

so i thought i should put my sending email task in a queue after getting payment. is that a correct idea?

note: i dropped bullmq/trigger both from my project about 2-3 days ago as i thought it would be overkill for my small project.

i'm curious if most system design concepts are used/required in only big apps with lots of requests/scale/concurrency?

Comment options

you could use a queue if you had thousands of emails to send - for example an email notification on a social network, where one action notifies many users at once. Don’t overcomplicate your small app :)

Comment options

got it, thanks. i won't mark it as an answer as i'd still like the original question to be answered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /