Describe the bug
running opencloud search index --all-spaces --insecure --force-rescan still gives me an rpc Error deadline exceeded.
Steps to reproduce
- Run command
opencloud search index --all-spaces --insecure --force-rescan
- The error occures after some time.
Expected behavior
All spaces should be reindexed.
Actual behavior
Terminal throws an error:
[69/6001] indexed space b90f49a2-097c-42bc-83ff-278a76ab2e8b$6ff29e3e-8caf-4393-9f33-2be26b4ed8a8!6ff29e3e-8caf-4393-9f33-2be26b4ed8a8 in 42.570234898s
rpc error: code = DeadlineExceeded desc = context deadline exceeded
Setup
Opencloud rolling 7.4.0 on Debian 13 with Docker.
Additional context
I also tried to set SEARCH_REINDEX_CONCURRENCY=1 but that didn't fix the issue.
Describe the bug
running
opencloud search index --all-spaces --insecure --force-rescanstill gives me an rpc Error deadline exceeded.Steps to reproduce
opencloud search index --all-spaces --insecure --force-rescanExpected behavior
All spaces should be reindexed.
Actual behavior
Terminal throws an error:
[69/6001] indexed space b90f49a2-097c-42bc-83ff-278a76ab2e8b$6ff29e3e-8caf-4393-9f33-2be26b4ed8a8!6ff29e3e-8caf-4393-9f33-2be26b4ed8a8 in 42.570234898srpc error: code = DeadlineExceeded desc = context deadline exceededSetup
Opencloud rolling 7.4.0 on Debian 13 with Docker.
Additional context
I also tried to set
SEARCH_REINDEX_CONCURRENCY=1but that didn't fix the issue.