GoogleCloudPlatform / GoogleCloudPlatform/testgrid
Make pubsub work well with multiple replicas
Open
- Dominant language
- Go
- Stars
- 205
- Forks
- 73
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 6
Description
Having multiple clients read from the same pubsub stream causes some problems, generally involving multiple replicas trying to update the same testgroup at the same time.
Best way to fix this probably involves moving the queue to a separate service that the workers call into.
Contributor guide
Assessment
This issue has not been assessed yet.