Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lightweight server dispatchers #2461

Open
g0dm0d3 opened this issue Oct 30, 2024 · 0 comments
Open

Lightweight server dispatchers #2461

g0dm0d3 opened this issue Oct 30, 2024 · 0 comments

Comments

@g0dm0d3
Copy link

g0dm0d3 commented Oct 30, 2024

Hi.
We're using multiple servers (1 full + N lightweight),
and it looks like that there are not enough settings for flexible configuration of a lightweight server.

For example: we want to turn on SqlServerHeartbeatProcess dispatcher (so that jobs can run longer than SlidingInvisibilityTimeout),
but at the same time we want RecurringJobScheduler/DelayedJobScheduler to be turned on a full server only.

Currently there is single setting BackgroundJobServerOptions.IsLightweightServer which turns on storage-related processes AND recurring/delayed job schedulers,

can it be split into multiple settings ?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant