-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add documentation for cache refreshes #8156
Merged
Merged
Conversation
This file contains 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
✅ Deploy Preview for prefect-orion ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
tpdorsey
approved these changes
Jan 12, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor edit suggestion. Looks good!
Co-authored-by: Terrence Dorsey <terrence@prefect.io>
github-actions bot
pushed a commit
that referenced
this pull request
Jan 12, 2023
Co-authored-by: Terrence Dorsey <terrence@prefect.io>
github-actions bot
pushed a commit
that referenced
this pull request
Jan 12, 2023
Co-authored-by: Terrence Dorsey <terrence@prefect.io>
ddelange
added a commit
to ddelange/prefect
that referenced
this pull request
Jan 18, 2023
…er-builds-consolidation * 'main' of https://github.com/prefecthq/prefect: (34 commits) Minor API docstring formatting fixes, mostly lists (PrefectHQ#8196) Build multi-arch images for releases (PrefectHQ#7901) feat: Adds "head" flag to `flow-run logs` (PrefectHQ#8003) Updates to Automations and Notifications documentation (PrefectHQ#8140) Bump @prefecthq/vue-compositions from 1.2.3 to 1.2.9 in /orion-ui (PrefectHQ#8175) Bump eslint from 8.31.0 to 8.32.0 in /orion-ui (PrefectHQ#8174) Update Postgres tests to use Docker instead of GHA services (PrefectHQ#8125) Update `black` and `isort` versions in pre-commit (PrefectHQ#8167) Chore: Bump orion and prefect design to 1.2.0 (PrefectHQ#8163) Mark `test_process_streams_stderr` as flaky on Python 3.11 (PrefectHQ#8161) Add release notes for 2.7.8 (PrefectHQ#8160) Add some host_config arguments to DockerContainer (PrefectHQ#8033) Skip flaky test `test_dependent_events_in_two_loops_do_not_deadlock` (PrefectHQ#8159) Update jsonschema requirement from <4.0.0,>=3.2.0 to >=3.2.0,<5.0.0 (PrefectHQ#8152) Fix detection of conda installation in test (PrefectHQ#8149) Add `httpx.WriteError` to client retryable exceptions (PrefectHQ#8145) Add documentation for cache refreshes (PrefectHQ#8156) Add YouTube video to welcome page (PrefectHQ#8090) Add social links (PrefectHQ#8088) bump orion-design, release flow run timeline (PrefectHQ#8153) ...
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.
Adds documentation for #7856
Example
Preview at https://deploy-preview-8156--prefect-orion.netlify.app/concepts/tasks/#refreshing-the-cache
Checklist
<link to issue>
"fix
,feature
,enhancement