Fix #8431: Set format_date to False when calling _get_result_meta on mongo backend#8432
Fix #8431: Set format_date to False when calling _get_result_meta on mongo backend#8432Nusnus merged 3 commits intocelery:mainfrom
Conversation
…ta on mongo backend
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #8432 +/- ##
=======================================
Coverage 87.42% 87.42%
=======================================
Files 148 148
Lines 18479 18479
Branches 3154 3154
=======================================
Hits 16155 16155
Misses 2034 2034
Partials 290 290
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
|
Hey there, thank you for the fix! |
|
Since MongoDB queries are mocked inside I hope it's good for you 🙂 |
|
auvipy
left a comment
There was a problem hiding this comment.
can you please fix the lint error?
|
Lint error fixed, sorry for the delay |
|
The test failures are in I'll ignore it reviewing this PR then, @auvipy FYI P.S |
Note: Before submitting this pull request, please review our contributing
guidelines.
Description
This PR sets
format_dateargument toFalsewhen callingself.get_result_metainMongoBackend._strore_resultto fix task_result collection never been cleaned up when task_expires configuration is set.Fixes #8431