国际版leancloud数据存储服务,据一些台湾用户反应,大多数(体感75%)情况会出错,看后台日志如下:
[2024-04-15T02:46:57.710446800Z][instance:web1] File "/usr/share/pyenv/versions/3.10.13/lib/python3.10/site-packages/leancloud/object_.py", line 243, in save
[2024-04-15T02:46:57.710451200Z][instance:web1] response = client.post(
[2024-04-15T02:46:57.710453800Z][instance:web1] File "/usr/share/pyenv/versions/3.10.13/lib/python3.10/site-packages/leancloud/client.py", line 110, in new_func
[2024-04-15T02:46:57.710456000Z][instance:web1] return func(headers=headers, *args, **kwargs)
[2024-04-15T02:46:57.710458400Z][instance:web1] File "/usr/share/pyenv/versions/3.10.13/lib/python3.10/site-packages/leancloud/client.py", line 176, in new_func
[2024-04-15T02:46:57.710461000Z][instance:web1] raise leancloud.LeanCloudError(
[2024-04-15T02:46:57.710463000Z][instance:web1] leancloud.errors.LeanCloudError: LeanCloudError: [124] MongoDB timeout. Typically this indicates the request is too expensive. :post /1.1/classes/MatchLog {"fetchWhenSave" "false"}
报错的操作是从数据库查找到一条数据后,修改某字段,然后save
请问该从何处着手处理?谢谢!