Customizable key: user param removal in key #429
Open
yuvraajnarula wants to merge 40 commits intoopenclimatefix:cachefrom
Open
Customizable key: user param removal in key #429yuvraajnarula wants to merge 40 commits intoopenclimatefix:cachefrom
yuvraajnarula wants to merge 40 commits intoopenclimatefix:cachefrom
Conversation
8 tasks
Contributor
|
hey @yuvraajnarula, assuming this is part of the same task as #420, could you rebase your branch onto the |
Contributor
Author
|
sure👍 |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…x#418) * dont through 404 error when checking last forecast run * lint
* add option for turning off the adjustrer * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add warning * lint --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* changing N_SLOW_CALLS timeframe to minute * add N_SLOW_CALLS_PER_MINUTE as environment variable to tests to prevent rate limiting during pytests * add test for slow rate limiting * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix isort error --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
for more information, see https://pre-commit.ci
This reverts commit 7fa61a2.
for more information, see https://pre-commit.ci
7309d17 to
9e99e61
Compare
for more information, see https://pre-commit.ci
…la/uk-pv-national-gsp-api into cache_utils_fast_api
for more information, see https://pre-commit.ci
…la/uk-pv-national-gsp-api into cache_utils_fast_api
for more information, see https://pre-commit.ci
…la/uk-pv-national-gsp-api into cache_utils_fast_api
for more information, see https://pre-commit.ci
…la/uk-pv-national-gsp-api into cache_utils_fast_api
for more information, see https://pre-commit.ci
Contributor
Author
|
Hi @peterdudfield and @braddf, |
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.
This PR updates the
generate_cache_keyfunction to exclude the user from the cache key while keeping other parameters.Changes: