InMemory Crons not being executed consistently #295
Unanswered
crazywill32
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using TickerQ to try and run some clean up tasks for a long running windows service (.NET 9 windows service template). I purposely kept all of the functions in the main executable project to allow for easy mapping. However, for the past month or so, I have had very inconsistent performance with the app. Sometimes the system works fine, but then I reboot and it does not. I have motivations for using the in-memory persistence, i.e., I only need the jobs to run if the app is running.
I can see that the source generated code is finding all of the items correctly
However, they are not being triggered.
Any ideas on where to start? I have been bashing my head against this for a month now, will probably have to implement another solution.
Attached is my program.cs with DI registration
Beta Was this translation helpful? Give feedback.
All reactions