使用批量任务¶ 安装¶ 链式批量任务¶ 复杂的工作流程¶ 使用批量任务¶ 仅支持Pro 此功能是 Hangfire Pro 软件包的一部分。 批量任务允许您创建了一堆 原子性 的后台任务。这意味着如果在创建后台任务时出现异常,不会处理这些异常。假设你想要发送1000封电子邮件给你的客户,旧的方法是: for ( var i = ...
Calling methods with delay¶ Sometimes you may want to postpone a method invocation; for example, to send an email to newly registered users a day after their registration. To do ...
Best practices¶ Background job processing can differ a lot from a regular method invocation. This guide will help you keep background processing running smoothly and efficiently....