fix(go-client): avoid parallel loads if accessed from multiple go routines by h4rikris · Pull Request #162 · raystack/stencil

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@h4rikris

Copy link Copy Markdown

Member

@h4rikris h4rikris commented

Nov 9, 2022

edited

Loading

goburrow cache calling loaderFunc multiple times if key is accessed from multiple go routines. removed goburrowcache. Implemented simple reloader with store.

@h4rikris h4rikris changed the title fix(go-client): loading schema multiple times if descriptor accessed … fix(go-client): avoid multiple loads if accessed from multiple go routines

Nov 9, 2022
…erent go routines

goburrow cache calling loaderFunc multiple times if key is accessed from multiple go routines.
Removed goburrowcache.Implemented simple reloader with Ticker.

@h4rikris h4rikris changed the title fix(go-client): avoid multiple loads if accessed from multiple go routines fix(go-client): avoid parallel loads if accessed from multiple go routines

Nov 10, 2022

@Meghajit Meghajit merged commit bf8b878 into main

Nov 14, 2022

@Meghajit Meghajit deleted the go-client-fix branch

November 14, 2022 07:57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@Meghajit Meghajit Meghajit approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@h4rikris @Meghajit