-
Notifications
You must be signed in to change notification settings - Fork 32
Function cache check success 🎨 #7789
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
Function cache check success 🎨 #7789
Conversation
|
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 15efb0b |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7789 +/- ##
==========================================
- Coverage 86.73% 86.41% -0.32%
==========================================
Files 1850 1435 -415
Lines 71844 60118 -11726
Branches 1215 615 -600
==========================================
- Hits 62312 51952 -10360
+ Misses 9191 7968 -1223
+ Partials 341 198 -143
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
sanderegg
left a comment
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.
cool, thanks!
…parc-simcore into function_cache_check_success
pcrespov
left a comment
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.
thx
|
GitHK
left a comment
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.
thanks



What do these changes do?
When returning a cached function job, make sure the function job was successful. To accomplish this the find_cached functions now returns a list of function jobs.
Related issue/s
How to test
Run a function with the same arguments, check if function immediately returns results with the same project job id.
Dev-ops
No changes ENV