-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Control async context tracking with timeout
Adds the ability to control async tracking via the async_tracking_timeout field in the configuration file and the APPMAP_ASYNC_TRACKING_TIMEOUT environment variable. The environment variable takes precedence over the config file value. If neither is set, a default timeout of 3000 milliseconds is applied. Setting the value to 0 disables async tracking entirely.
- Loading branch information
1 parent
5402aad
commit 4afa70f
Showing
6 changed files
with
616 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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 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 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.