Skip to content
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

DTFxClient.GetOrchestrationStateAsync() takes longer than expected #1037

Open
shadanMS opened this issue Feb 8, 2024 · 0 comments
Open

DTFxClient.GetOrchestrationStateAsync() takes longer than expected #1037

shadanMS opened this issue Feb 8, 2024 · 0 comments

Comments

@shadanMS
Copy link

shadanMS commented Feb 8, 2024

Hey, we are using DTFX for async job, but we are getting significant latency while creating orchestration instances.

"Task task = DTFxClient.CreateOrchestrationInstanceAsync(
NameVersionHelper.GetDefaultName(orchestrationType),
NameVersionHelper.GetDefaultVersion(orchestrationType),
instanceId,
input,
tags,
dedupeStatuses);

var result = await task;"

We are awaiting on the task so that it can give guaranty to the caller that instances have been queued. But that await is causing latency to shoot up as in worst case we are getting max delay of 3 to 5 mint for this task to finish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant