Replies: 2 comments
-
I would start by running the code as standalone without Quartz to see if it is indeed Quartz that is slowing you down. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would suppose that your service (CPU/RAM) is not the bottleneck. Using some kind of tracing would help to determine what dependencies are called (DB, network,...) Some services provide that of the shelf (Elastic APM, Azure App Insight, Sentry, Datadog, ...) providing you can install then & use them in your context |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a Windows service written in .NET Framework 4.7 that uses Quartz 3.8 to schedule long running jobs.
Been running for a few years and very happy with it, however, some jobs take several hours to complete.
Looking at Task Manager, the windows service never gets more than maybe 3% CPU utilization.
I thought it might be a Windows service limitation, but I've tried running it as a stand alone application with the same results.
Can anyone point me in the right direction on how to get the app to use more resources?
I'm sure if we can allocate more, these jobs would complete much faster.
Thanks,
Brent
Beta Was this translation helpful? Give feedback.
All reactions