mirror of
https://github.com/fergalmoran/SilkierQuartz.git
synced 2025-12-25 02:58:45 +00:00
Update README.md
This commit is contained in:
@@ -78,3 +78,7 @@ public void Configure(IApplicationBuilder app)
|
|||||||
|
|
||||||
## Notes
|
## 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`.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user