mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 10:37:41 +08:00
3999f74f78
3022: Store the `started_at` for a task that is canceled when processing r=irevoire a=Kerollmops This PR changes the current behavior of the displayed tasks. When a processing task is canceled, the `started_at` date time is kept and displayed to the user. Otherwise, if the task was just enqueued, the `started_at` remains `null`. If a task is processing, the engine is ctrl-c, starts again, and the task becomes enqueued again, so if it is canceled, its `started_at` will be `null`. You can read more [in this discussion](https://github.com/meilisearch/specifications/pull/195/files#r1009602335). Co-authored-by: Kerollmops <clement@meilisearch.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |