fix: add a UUID in the task value#1430
Merged
gcf-merge-on-green[bot] merged 1 commit intogoogleapis:mainfrom Sep 27, 2022
Merged
fix: add a UUID in the task value#1430gcf-merge-on-green[bot] merged 1 commit intogoogleapis:mainfrom
gcf-merge-on-green[bot] merged 1 commit intogoogleapis:mainfrom
Conversation
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Sep 27, 2022
🤖 I have created a release *beep* *boop* --- ## [2.13.0](v2.12.0...v2.13.0) (2022-09-27) ### Features * Add gRPC RLS dependency ([#1248](#1248)) ([e829b92](e829b92)) ### Bug Fixes * Add a UUID in the task value ([#1430](#1430)) ([3bfc7bc](3bfc7bc)) ### Dependencies * Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.5 ([#1406](#1406)) ([d906729](d906729)) * Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.14 ([#1411](#1411)) ([ef7d741](ef7d741)) * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.14 ([#1412](#1412)) ([dcae319](dcae319)) * Update dependency org.junit.vintage:junit-vintage-engine to v5.9.1 ([#1409](#1409)) ([c1e195d](c1e195d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The jvmName when calling from cloud function will always be 1@localhost. Add a UUID in the default task value string so we won't have multiple tasks writing to the same stream.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.