MeiliSearch/index-scheduler
bors[bot] f9960be115
Merge #3659
3659: stops receiving tasks once the task queue is full r=Kerollmops a=irevoire

Give 20GiB to the task queue + once 50% of the task queue is used, it blocks itself and only receives task deletion requests to ensure we never get in a state where we can’t do anything.

Also, create a new error message when we reach this case:
```
Meilisearch cannot receive write operations because the size limit of the tasks database has been reached. Please delete tasks to continue performing write operations.
```

Co-authored-by: Tamo <tamo@meilisearch.com>
2023-04-13 09:11:12 +00:00
..
src Merge #3659 2023-04-13 09:11:12 +00:00
Cargo.toml Authentication: Directly pass the authfilter to the index scheduler 2023-02-22 16:35:52 +01:00