本文介绍了如何在除quartz.net之外的ASP.NET中执行调度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用quartz.net来安排任务,但它在生产中运行了两次。

我的调度程序只是向大约50人发送电子邮件,但石英总是运行两次,有时会失败大约10到15封电子邮件。



我尝试了什么:



我试过石英。 net open source并在每天早上5点安排一份工作。

解决方案



I have used quartz.net for scheduling the task but it runs twice in production.
my scheduler simply sends email to about 50 persons but quartz always run twice and sometimes failed about 10 to 15 emails.

What I have tried:

I have tried quartz.net open source and schedule a job at 5 am daily.

解决方案



这篇关于如何在除quartz.net之外的ASP.NET中执行调度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-29 00:45
查看更多