-
Notifications
You must be signed in to change notification settings - Fork 242
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
v1.5: New /snapshots
route
#2594
Comments
@irevoire: dump creation tasks have precedence over other tasks and get bumped to the top of the queue. Does the same happen with snapshot creation tasks? |
Hello @guimachiavelli |
Hey @guimachiavelli, yes, the task priorities are specified here: https://specs.meilisearch.com/specifications/text/0060-tasks-api.html#_2-technical-details
|
Apologies, I somehow missed that when I was reading the spec earlier 🙇 |
No problem, https://specs.meilisearch.com/ works pretty well if you don't know where to search in the spec (which is always my case). |
v1.5 introduces a new API route,
/snapshots
. This route works similarly to/dumps
and generates snapshots on demand:curl \ -X POST 'http://localhost:7700/snapshots'
Tasks
/reference/api/snapshots.mdx
/learn/advanced/snapshots.mdx
with mentions/examples of the new route/learn/what_is_meilisearch/telemetry.mdx
/reference/api/keys.mdx
with new actionReferences
The text was updated successfully, but these errors were encountered: