I have looked around and haven't found a solid, up to date reference on using Quartz (or any comparable job scheduler) with ServiceStack. I would like to do the following:
- Run Quartz or comparable scheduler as a service (to avoid IIS issues)
- Our project uses ServiceStack, so I would like to use it to have familiar patterns for IoC, etc.
Does it make sense to use ServiceStack in a Windows service with a scheduler in this way? Is there a better arrangement? If it works, how do I run Quartz in ServiceStack?
I have lots of partial ideas in my head, but need help putting together a cohesive plan, so any help is much appreciated.