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

Convert ANYVAR_SQL_STORE_FLUSH_ON_BATCHCTX_EXIT env value to boolean explicitly #105

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

ehclark
Copy link
Contributor

@ehclark ehclark commented Oct 22, 2024

Fix for #103

Explicitly convert the ANYVAR_SQL_STORE_FLUSH_ON_BATCHCTX_EXIT environment variable from a string to a boolean. Evaluates to true if the environment variable is true, yes or 1, not case sensitive.

@ehclark ehclark merged commit 6251f78 into main Oct 22, 2024
5 checks passed
@ehclark ehclark deleted the issue-103 branch October 22, 2024 20:05
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.

Setting the ANYVAR_SQL_STORE_FLUSH_ON_BATCHCTX_EXIT environment variable has no effect
3 participants