Describe your issue in detail
I created several synchronization tasks and three of them work, but the fourth task keeps failing. It seems to be timing out. In the logs I see:
2025-04-11T17:27:50.095-0400 INFO sync-task [https://xxx.xxx/xxx] Analyzed 169751 nodes (65%)
2025-04-11T17:27:51.771-0400 INFO sync-task [https://xxx.xxx/xxx] Analyzed 171200 nodes (70%)
2025-04-11T17:28:00.502-0400 INFO sync-task Finished analyze : 178644 nodes (134 on fs:///Users/xxx/Cells/xxx, 178510 on https://xxx.xxx/xxx) {"i": 178644}
2025-04-11T17:28:00.504-0400 ERROR sync-task Processing ended with 1 errors!
2025-04-11T17:28:00.504-0400 ERROR sync-task Status: rpc error: code = DeadlineExceeded desc = context deadline exceeded - Progress: 100%
2025-04-11T17:28:00.505-0400 ERROR sync-task Processing ended with 1 errors!
It seems to get to 70% every time then I receive the rpc error: code = DeadlineExceeded
error.
Can I make the timeout larger somehow?
What version of Cells are you using?
Pydio Cells Home Edition 4.4.9
Cells Sync 0.9.4 on Mac
What is the server OS? Database name/version?
Ubuntu 22.04.5 LTS
MariaDB 15.1
What steps have you taken to resolve this issue already?
Repeatedly ran re-synchronize to see if the issue is repeatable. It is, it stops at 70%
every time.