|
|
|
|
|
by xcskier56
1392 days ago
|
|
I’m know there are other more complex applications of a message queue, but I really appreciate the fact that Rails has simplified this very common functionality so much that it’s not a “message queue” but simply background job processing. From a conceptual standpoint it makes it much more approachable for new devs. They have thought through and provide sane retry and dead letter defaults and can use many different backend solutions. It makes having this functionality out of the box dead simple and a no brainer |
|