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

Orchestration activities stuck not completing retry attempts, SB showing timer events for both. #1035

Open
devinlstoen opened this issue Jan 31, 2024 · 4 comments

Comments

@devinlstoen
Copy link

Hello, I'm trying to get a better understanding why these two orchestration are not completing their activity retries. The orchestrations are scheduled for 9 total retries of the RetryCreateSupportTicketActivity, but the logs are only showing that this activity has tried 6 times. The 9 retries are supposed to take ~9 hours to complete, but it looks like the last attempt was made on 1/25 19:03:32

efab5de3-46d8-4c43-8384-547f7b4d6f40

Here's what were seeing in Service Bus. There are two timer events corresponding to the orchestrations. They look to be stuck.

49f391bd-22e0-45b1-9573-5359d76ea3f7

@devinlstoen devinlstoen changed the title Two orchestration activities stuck not completing retry attempts, SB showing timer events for both. Orchestration activities stuck not completing retry attempts, SB showing timer events for both. Jan 31, 2024
@cgillum
Copy link
Collaborator

cgillum commented Feb 7, 2024

I don't think there's enough information here to provide help. Can you share the snippet of code that shows how you're configuring your retry policy?

@devinlstoen
Copy link
Author

devinlstoen commented Feb 7, 2024 via email

@devinlstoen
Copy link
Author

devinlstoen commented Feb 7, 2024 via email

@jviau
Copy link
Collaborator

jviau commented Feb 8, 2024

@cgillum , I chatted with @devinlstoen offline and I think something of importance is they have not provided an IOrchestrationServiceInstanceStore or IOrchestrationServiceBlobStore to ServiceBusOrchestrationService (they supply null). I think this would be problematic for ServiceBus would it not? It looks like it at minimum expects a non-null IOrchestrationServiceBlobStore

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

3 participants