Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6f64e6cd
authored
Mar 04, 2025
by
1808837298@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
efc7c4d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.en.md
+1
-1
README.md
+1
-1
No files found.
README.en.md
View file @
6f64e6cd
...
...
@@ -162,7 +162,7 @@ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtow
## Channel Retry
Channel retry is implemented, configurable in
`Settings->Operation Settings->General Settings`
.
**Cache recommended**
.
First retry uses same priority, second retry uses next priority, and so on
.
If retry is enabled, the system will automatically use the next priority channel for the same request after a failed request
.
### Cache Configuration
1.
`REDIS_CONN_STRING`
: Use Redis as cache
...
...
README.md
View file @
6f64e6cd
...
...
@@ -177,7 +177,7 @@ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtow
## 渠道重试
渠道重试功能已经实现,可以在
`设置->运营设置->通用设置`
设置重试次数,
**建议开启缓存**
功能。
如果开启了重试功能,
第一次重试使用同优先级,第二次
重试使用下一个优先级,以此类推。
如果开启了重试功能,重试使用下一个优先级,以此类推。
### 缓存设置方法
1.
`REDIS_CONN_STRING`
:设置之后将使用 Redis 作为缓存使用。
+
例子:
`REDIS_CONN_STRING=redis://default:redispw@localhost:49153`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment