[00:00] If you're using Quartz for running background jobs, make sure to use a persistent job store. You can use any SQL database, and this allows you to define and store your background jobs in the database. [00:12] You have to call store durably and give a unique identifier to your background job, and then you can trigger it in your code based on the job name.