You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Fixed
11
11
- Fixed issue with external source code links being broken for paths with spaces. [#364](https://github.com/sourcebot-dev/sourcebot/pull/364)
12
+
- Makes base retry indexing configuration configurable and move from a default of `5s` to `60s`. [#377](https://github.com/sourcebot-dev/sourcebot/pull/377)
Copy file name to clipboardExpand all lines: docs/docs/configuration/environment-variables.mdx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ The following environment variables allow you to configure your Sourcebot deploy
25
25
|`REDIS_URL`|`redis://localhost:6379`| <p>Connection string of your Redis instance. By default, a Redis database is automatically provisioned at startup within the container.</p> |
26
26
|`REDIS_REMOVE_ON_COMPLETE`|`0`| <p>Controls how many completed jobs are allowed to remain in Redis queues</p> |
27
27
|`REDIS_REMOVE_ON_FAIL`|`100`| <p>Controls how many failed jobs are allowed to remain in Redis queues</p> |
28
+
|`REPO_SYNC_RETRY_BASE_SLEEP_SECONDS`|`60`| <p>The base sleep duration (in seconds) for exponential backoff when retrying repository sync operations that fail</p> |
28
29
|`SHARD_MAX_MATCH_COUNT`|`10000`| <p>The maximum shard count per query</p> |
29
30
|`SMTP_CONNECTION_URL`|`-`| <p>The url to the SMTP service used for sending transactional emails. See [this doc](/docs/configuration/transactional-emails) for more info.</p> |
30
31
|`SOURCEBOT_ENCRYPTION_KEY`| Automatically generated at startup if no value is provided. Generated using `openssl rand -base64 24`| <p>Used to encrypt connection secrets and generate API keys.</p> |
0 commit comments