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
I used the app.example.ini but it was not in sync with the implementation and got a deprecation warning.
The offending Golang implementation is located here:
;; Task queue type, could be `channel` or `redis`.
;QUEUE_TYPE = channel
;;
;; Task queue length, available only when `QUEUE_TYPE` is `channel`.
;QUEUE_LENGTH = 1000
;;
;; Task queue connection string, available only when `QUEUE_TYPE` is `redis`.
;; If there is a password of redis, use `redis://127.0.0.1:6379/0?pool_size=100&idle_timeout=180s` or `redis+cluster://127.0.0.1:6379/0?pool_size=100&idle_timeout=180s` for `redis-clsuter`.
Description
I used the app.example.ini but it was not in sync with the implementation and got a deprecation warning.
The offending Golang implementation is located here:
gitea/modules/setting/task.go
Lines 13 to 15 in 2da1dcf
The example app is located here
gitea/custom/conf/app.example.ini
Lines 2380 to 2394 in 2da1dcf
Gitea Version
1.21.11
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Git Version
2.39.2
Operating System
Debian 12
How are you running Gitea?
Download from github releases Linux AMD64 build.
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: