develop
Fixed a race condition in the job service where a job could be started while the job service is stopping, producing a fault that retries the job on another instance when available.
Added environment variable flat MT_FIPS_ENABLE to force FIPS-compliant algorithms when generating Guids using hashes
Reworked Job Properties, Job Type Properties, and Instance Properties to allow better differentiation when building job distribution strategies.
Added new job distribution strategy support, with job options including job/instance properties that can be used by the strategy to allocate job slots. Also added global concurrent job limit across all instances (optional).
Configure Cron schedule using builder style (At, Every, etc.)
Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.
Fixed #6131 - events not handled in certain job states
feat: add job service extension that accepts the job + cancellation token (#5672)
Fixes after trying out the sample with the latest
Added test for job distribution strategy, added extension method to set job properties when calling AddOrUpdateRecurringJob