Quartz not working ok
Hi,
I have one question. I have an application that is sending one email per day usig quartz. But it is not working. At the beginning it was working for 5 days straight, But not it works only if I open the application before the mail is sent. I am using also keep alive with quartz. But it seems that something shuts down my app so the email is never sent. Is it possible that the server gets restarted or something? My app is defibrilatorproject.apphb.com.
Thank you for your support.
br,Branko
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by rune on Mar 30, 2015 @ 10:52 PM
Hi Branko,
The problem might be that your application is shut down due to inactivity, particularly if the application is running on the free plan. There are also a number of other reasons why processing background jobs in an ASP.NET application can result in unexpected and unreliable results.
I'd recommend using a background worker for more reliable background processing, and Quartz should work quite well with those.
Best,
Rune