Update README.md

This commit is contained in:
Jan Lucansky
2018-12-28 19:12:49 +01:00
committed by GitHub
parent 85fd6de326
commit 15811b5849

View File

@@ -78,3 +78,7 @@ public void Configure(IApplicationBuilder app)
## Notes
In clustered environment, it make more sense to host Quarzmin on single dedicated Quartz.NET node in standby mode and implement own `IExecutionHistoryStore` depending on database or ORM framework you typically incorporate. Every clustered Quarz.NET node should be configured with `ExecutionHistoryPlugin` and only dedicated node for management may have `QuartzminPlugin`.
## License
This project is made available under the MIT license. See [LICENSE](LICENSE) for details.