docs issue with ISSUE_INDEXER_QUEUE_TYPE #3604

Closed
opened 2025-11-02 05:18:55 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @silverwind on GitHub (Jul 16, 2019).

app.ini says possible values are channel or levelqueue for this option:

; Issue indexer queue, currently support: channel or levelqueue, default is levelqueue
ISSUE_INDEXER_QUEUE_TYPE = levelqueue

but further down, it mentions a redis value:

; When `ISSUE_INDEXER_QUEUE_TYPE` is `redis`, this will store the redis connection string.
ISSUE_INDEXER_QUEUE_CONN_STR = "addrs=127.0.0.1:6379 db=0"

So is that that possible values are actually channel, levelqueue or redis?

Originally created by @silverwind on GitHub (Jul 16, 2019). app.ini says possible values are `channel` or `levelqueue` for this option: ```` ; Issue indexer queue, currently support: channel or levelqueue, default is levelqueue ISSUE_INDEXER_QUEUE_TYPE = levelqueue ```` but further down, it mentions a `redis` value: ```` ; When `ISSUE_INDEXER_QUEUE_TYPE` is `redis`, this will store the redis connection string. ISSUE_INDEXER_QUEUE_CONN_STR = "addrs=127.0.0.1:6379 db=0" ```` So is that that possible values are actually `channel`, `levelqueue` or `redis`?
GiteaMirror added the type/docs label 2025-11-02 05:18:55 -06:00
Author
Owner

@lunny commented on GitHub (Jul 17, 2019):

@silverwind sorry missed that. #7494 will fix this.

@lunny commented on GitHub (Jul 17, 2019): @silverwind sorry missed that. #7494 will fix this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#3604