Skip to content

More documentation on signature and threads management #742

@pierre-yves-monnet

Description

@pierre-yves-monnet

Describe the bug
More documentation, please

Why does the Handler method have an async? Is that mandatory? At high throughput, it leads to multiple problems. Do you think we can remove the async?
2/ Customer creates a .NET application with 60 workers. From time to time, it seems when a worker finishes a batch of 15, it waits 5 seconds before getting another batch, even if there are a lot of tasks.
When in the configuration, we specify 15 threads, is this 15 threads PER WORKER or for ALL THE 60 workers?

To Reproduce
No bug, more documentation

Expected behavior
A section in the documentation to explain if

Environment (please complete the following information):

Additional context

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocuenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions