long2ice / meilisync

Realtime sync data from MySQL/PostgreSQL/MongoDB to Meilisearch
https://github.com/long2ice/meilisync
Apache License 2.0
247 stars 37 forks source link

wait_for_task timeout #13

Open sanders41 opened 1 year ago

sanders41 commented 1 year ago

@long2ice I saw in c9ab8a6 you extended the default timeout for wait_for_task. I had a request from a user to make it possible to wait indefinitely that I implemented. This is possible in meilisearch-python-async >= 1.2.0 by passing None to the timeout. The update you made is no problem, I just wanted to let you know the None option is now available if you want to use it.

long2ice commented 1 year ago

Thanks! I will change that