0
votes
2answers
140 views
What are some good .net job scheduler and runner solutions?
I am looking for a solution, or a set of solutions with the following components:
Job Scheduler - run a specific job on a specific schedule. I have seen Quartz.NET and it seems l …
10
votes
9answers
2k views
A cron job for rails: best practices?
What's the best way to run scheduled tasks in a Rails environment? Script/runner? Rake?
2
votes
7answers
510 views
Best methodology for developing c# long running processor apps
I have several different c# worker applications that run various continuous tasks: sending emails from queue, importing new orders from website database to orders database, making …
