Skip to content

Set Worker count for Hangfire (MassTransit version 8) #5182

Answered by phatboyg
DronLee asked this question in Q&A
Discussion options

You must be logged in to vote

So you can use

services.AddOptions<BackgroundJobServerOptions>()
    .Configure(options => options.WorkerCount = 1);

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@DronLee
Comment options

@phatboyg
Comment options

@phatboyg
Comment options

Answer selected by DronLee
@DronLee
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants