Skip to content
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

Use goroutine/chan to init, avoid hard failure #128

Merged
merged 1 commit into from
May 9, 2024

Conversation

ddelemeny
Copy link
Contributor

Rework the deferred datasource initialization to use async channel/goroutine. This should avoid concurrent inits when two successive QueryData are requested.

Don't fail hard when output format is empty, log more stuff.

@ddelemeny ddelemeny merged commit b97978b into main May 9, 2024
2 checks passed
@ddelemeny ddelemeny deleted the ddelemeny/refactor-timefield-init branch May 20, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant