Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

描述中说天选抽奖是默认关闭的,但实际上天选抽奖是默认打开的 #575

Open
momo325 opened this issue Jul 16, 2023 · 5 comments

Comments

@momo325
Copy link

momo325 commented Jul 16, 2023

运行于群晖docker中,使用docker compose部署,没找到怎么关闭天选抽奖,请问这个可以关么?

@momo325
Copy link
Author

momo325 commented Jul 16, 2023

没找到关闭的关键词,我只找到cron的设置,请问这五个参数分别是分,时,天,月,年么?
image
required的参数有六个,但实际只有五个,观察后感觉没有秒针,那我设置为1 1 1 1 1是不是一年只会在元旦运行一次,非常感谢

@Polaris-cn10086
Copy link
Contributor

如果要关闭的话,直接把docker-compose.yaml中的- Ray_LiveLotteryTaskConfig__Cron=0 22 * * *删除就行

至少我是这样做的ヾ(•ω•`)o

并且描述中说的是在Actions工作流中是默认关闭的😂

@kkelay
Copy link

kkelay commented Oct 20, 2023

如果要关闭的话,直接把docker-compose.yaml中的- Ray_LiveLotteryTaskConfig__Cron=0 22 * * *删除就行

至少我是这样做的ヾ(•ω•`)o

并且描述中说的是Actions工作流中是默认关闭的😂

docker-compose.yaml 在哪

@Polaris-cn10086
Copy link
Contributor

如果要关闭的话,直接把docker-compose.yaml中的- Ray_LiveLotteryTaskConfig__Cron=0 22 * * *删除就行

至少我是这样做的ヾ(•ω•`)o

并且描述中说的是Actions工作流中是默认关闭的😂

docker-compose.yaml 在哪

如果是用命令行拉取docker的话,在对应的文件夹内。

如果是群晖的或者其他可视化面板中使用的话,应该是在具体容器的设置中。我没用过群晖不是特别清楚。

@xunfeng224
Copy link

进入容器docker exec -it bili /bin/bas
修改配置文件vi appsettings.Production.json
添加或修改该参数
"RunTasks": "", //要运行的任务名称[Daily,LiveLottery,UnfollowBatched,VipBigPoint,Test],多个使用&分隔,如“Daily&LiveLottery”,建议使用命令行参数指定
退出容器 exit
重启bili docker restart bili

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants