-
Notifications
You must be signed in to change notification settings - Fork 90
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 missing startedAt field in EnqueuedTask #485
Add missing startedAt field in EnqueuedTask #485
Conversation
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 a lot for this contribution 🙏
Could you give a look at the failing tests? |
oops, thanks for pointing it out! i've updated the field to be optional since P.s. would it be better to create a separate |
I think it would be better! If you have time to implement that go ahead 🙏 |
thanks for the review! i've made the requested changes |
Hey @sebastiantoh I'll be reviewing this very soon :) Thanks a lot 🙏 |
@bidoubiwa @irevoire gentle ping. Happy to make any changes if required :-) |
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.
code-wise it seems good.
I don’t have the time to test it though
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.
bors merge
Build succeeded: |
519: Update version for v0.24.2 r=curquiza a=curquiza ## 🚀 Enhancements * Re-export public structures for better import path (#493) `@adriantombu` * Added function for sending NDJSON documents (#494) `@carlosb1` * Add missing startedAt field in EnqueuedTask (#485) `@sebastiantoh` * #499 (attributesToSearchOn) (#510) `@brendon-shf` * Add total field to get-tasks route (#509) `@hmacr` * Implement client for experimental-features API (#516) `@hmacr` Co-authored-by: curquiza <clementine@meilisearch.com>
Pull Request
Related issue
Fixes #462
What does this PR do?
Add missing startedAt field in EnqueuedTask
PR checklist
Please check if your PR fulfills the following requirements: