Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,每当有人在我的网络应用程序中关注另一个人时,我都会发送一封电子邮件。这会显着减慢响应时间,因为在通过邮件程序发送电子邮件之前不会呈现 ajax。这是我使用后台作业的情况吗?我不熟悉后台作业的用例,我想知道,如果这是使用它的场景,从哪里开始。
这是后台作业的完美场景。后台工作的一些通用宝石将是
此问题中的更多选项:如何使用 Rails 实现在后台发送电子邮件的邮件系统