Can quartz.net reconfigure jobs when config file changes?

后端 未结 1 1721
长发绾君心
长发绾君心 2020-12-31 11:07

Im doing a proof of concept with Quartz.Net A fairly simple scheduling task, the only requirement i have is that a restart of the service it not needed to reconfigure quartz

相关标签:
1条回答
  • 2020-12-31 11:48

    Add scan interval definition (seconds) for the plugin:

    <add key="quartz.plugin.xml.scanInterval" value="10" />
    

    After that plugin will periodically check for file changes.

    0 讨论(0)
提交回复
热议问题