Closed as not planned
Description
An excellent context can be found here: meilisearch/integration-guides#243.
Also, I've discussed this privately with @dichotommy proposing the creation of a section in the docs where we can adequately document the usage of this kind of function.
The subject is this method, which is present in every SDK:
https://github.com/meilisearch/meilisearch-php/blob/main/src/Endpoints/Delegates/HandlesTasks.php#L38
What we expect to be present in the docs is:
- Why you should be careful to use this method.
- What happens when you use this method.
- How to use this method if you are willing to take risks.
- How to customize the method parameters to make it eternal if you want to.
CC: @meilisearch/integration-team (let me know if I miss anything)