You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: