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,
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!