如何在 C#.NET 中做类似 Heroku 的延迟作业?

发布于 2024-11-03 10:52:59 字数 189 浏览 1 评论 0原文

想要为我们的 C#.NET Web 应用程序实现类似的东西。 http://devcenter.heroku.com/articles/queueing

已有哪些解决方案那里可以与.NET一起使用?

Would like to implement something similar to this for our C#.NET Web App.
http://devcenter.heroku.com/articles/queueing

What pre-existing solutions are already out there that will work with .NET?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

帅气尐潴 2024-11-10 10:52:59

即使我也在寻找类似的东西。最接近 DelayedJob 的库似乎是 Quartz.net http://quartznet.sourceforge.net/features.html< /a>

显然,在 .Net 世界中,我们不会从 DJ 获得某些功能,例如在函数名称前加上delayed 来延迟函数的执行...

Even I am looking for something similar. The library closest to DelayedJob seems to be Quartz.net http://quartznet.sourceforge.net/features.html

Obviously we wont get certain features from DJ, like prepend a function name with delayed to delay the execution of the function, in the .Net world...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文