-
Notifications
You must be signed in to change notification settings - Fork 9
Add Logger interface, AzureLoggerAdapter, and fix gRPC client stop #85
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
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
6d58e1b
feat: Add AzureLoggerAdapter for integrating Azure SDK logging
torosent 2fe9c71
fix: Await gRPC stub close in TaskHubGrpcClient stop method
torosent 2d555c1
Update packages/durabletask-js-azuremanaged/src/azure-logger-adapter.ts
torosent b2a92c4
Update packages/durabletask-js/src/client/client.ts
torosent 5026862
Update packages/durabletask-js/src/worker/task-hub-grpc-worker.ts
torosent 80529ea
fix: Remove non-null assertion in withTimeout by initializing timeout…
torosent 1cd0503
fix: Catch unhandled promise rejections in worker start() method
torosent f2dffd3
fix: Reorder stream cleanup to prevent unhandled CANCELLED errors
torosent 9e36c64
fix: Use event-driven synchronization instead of fixed delay in stop()
torosent 73922cd
fix: Improve error logging format to preserve stack traces
torosent bde01d7
Update packages/durabletask-js/src/worker/task-hub-grpc-worker.ts
torosent b47ff2f
feat: Enhance TaskHubGrpcClient and TaskHubGrpcWorker with options in…
torosent File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.