Update Quartz.NET clustering documentation for elsa-extensions PR #110 convenience API - #145
Merged
Merged
Conversation
…lear requirements Co-authored-by: sfmskywalker <938393+sfmskywalker@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update documentation for clustered Quartz.NET integration
Update Quartz.NET clustering documentation for elsa-extensions PR #110 convenience API
Dec 29, 2025
sfmskywalker
marked this pull request as ready for review
December 29, 2025 09:56
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Quartz.NET clustering documentation in the distributed hosting guide to reflect the new convenience API introduced in elsa-extensions PR #110, which automatically enables clustering when database providers are configured.
Key changes:
- Added explicit conditions explaining when Quartz.NET clustering is required (multiple instances + Quartz scheduler + scheduled activities)
- Documented the automatic clustering behavior when using database provider extensions (
UsePostgreSql(),UseSqlServer(),UseMySql()) - Added a detailed explanation of how Quartz.NET clustering works internally (table creation, node coordination, failover)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The distributed hosting documentation referenced outdated Quartz.NET configuration patterns and did not clearly explain when clustering is required. Updated to reflect the convenience API from elsa-extensions PR #110 that automatically enables clustering with database providers.
Changes
UsePostgreSql(),UseSqlServer(), orUseMySql()extensionsClusterCheckinIntervalandClusterCheckinMisfireThresholdExample
Before (manual clustering configuration required):
After (explicit automatic clustering):
The update clarifies that clustering "just works" with database providers per the new convenience API pattern.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.