-
Notifications
You must be signed in to change notification settings - Fork 32
[WIP] On a timeout, check for partition 'heartbeat' and report possibly unavailable partitions #387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,7 +47,7 @@ public class NetheriteOrchestrationServiceSettings | |
|
|
||
| /// <summary> | ||
| /// Optionally, a name for an Azure Table to use for publishing load information. If set to null or empty, | ||
| /// then Azure blobs are used instead. The use of Azure blobs is currently not supported on consumption plans, or on elastic premium plans without runtime scaling. | ||
| /// then Azure blobs are used instead. | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this still accurate?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good question. I don't quite remember, this was a limitation of the scale controller (couldn't read anything other than Azure Tables). Not sure if we changed that since then. |
||
| /// </summary> | ||
| public string LoadInformationAzureTableName { get; set; } = "DurableTaskPartitions"; | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.