Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7718265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T03:07:30+00:00 2026-06-01T03:07:30+00:00

If I have a Quartz.NET trigger defined as follows: SimpleTrigger fourPm = new SimpleTrigger(

  • 0

If I have a Quartz.NET trigger defined as follows:

SimpleTrigger fourPm = new SimpleTrigger(
"AutoExportTrigger",
null,
DateTime.Now.Date.AddHours(16),
null,
SimpleTrigger.RepeatIndefinitely,
TimeSpan.FromDays(1));

which should trigger every day at 4pm, but I’m wondering what happens if the web application is not running at the time of the trigger? I guess that Quartz.NET will have no knowledge of it as the trigger and job is defined in code.

If I am wrong, please could you explain where the state of jobs is stored. I’m finding it difficult to determine from the documentation. Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T03:07:32+00:00Added an answer on June 1, 2026 at 3:07 am

    If the web application is not running when it’s time for the trigger to fire, it will not fire.

    If you are using a database as the job store, the next time the application comes up, the trigger will be in misfire mode and may or may not fire, depending on the misfire instruction that was set for it.

    If you did not specifically set the job store to be an ADO.net job store, then the scheduler is using a RAM store by default, which means that all your job information gets deleted whenever the web application is shutdown.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a problem with using cron trigger in Quartz.net. My code: var trigger
I'm using Quartz.NET for job scheduling in my ASP.NET application, and I have created
We have a Quartz.Net installation running as a Windows Service. That's running fine. We
I have set up Quartz.NET to run a scheduled job. It is amazing when
I have used Quartz.Net for queuing and sending emails from my application. I don't
In my Quartz.NET based application, I have a JobListener that audits all jobs executed
I'm trying to create a remote job for scheduling in Quartz.net. When I have
I have a Quartz.NET application where I need the administrators to be able to
HI All, I have successfully created a Quartz.NET remote server running inside a windows
Does anyone have any experience integrating autofac and Quartz.Net ? If so, where is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.