Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

What is a Task Hub? #99

Answered by scale-tone
tomkerkhove asked this question in Q&A
Jun 11, 2021 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

In short, a Task Hub is an isolation level in Durable Functions. Each Durable Functions app instance should use its own Task Hub. Two Function App instances must never use the same Task Hub, otherwise it is a recipy for disaster.

A storage account can have many Task Hubs in it.

If you don't explicitly configure Task Hub name for your app via host.json, a default name will be used (which exactly that default name would be - that is a bit unclear).

Task Hubs are created by the platform at first use. DfMon VsCode extension allows removing unused Task Hubs (but it's your responsibility to ensure that it is really unused).

Does it explain that?

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by tomkerkhove
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@scale-tone
Comment options

@tomkerkhove
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #93 on June 14, 2021 14:30.