feat(sj_1.1.0-beta2): 重试次数最低为0
This commit is contained in:
parent
530ecf79c7
commit
84788ea83a
2
.env
2
.env
@ -2,7 +2,7 @@ VITE_APP_TITLE=Snail Job
|
||||
|
||||
VITE_APP_DESC=A flexible, reliable, and fast platform for distributed task retry and distributed task scheduling.
|
||||
|
||||
VITE_APP_VERSION=1.1.0-beta1
|
||||
VITE_APP_VERSION=1.1.0-beta2
|
||||
|
||||
VITE_APP_DEFAULT_TOKEN=SJ_Wyz3dmsdbDOkDujOTSSoBjGQP1BMsVnj
|
||||
|
||||
|
@ -417,7 +417,7 @@ watch(
|
||||
<NFormItem :label="$t('page.jobTask.maxRetryTimes')" path="maxRetryTimes">
|
||||
<NInputNumber
|
||||
v-model:value="model.maxRetryTimes"
|
||||
:min="1"
|
||||
:min="0"
|
||||
:max="999"
|
||||
:placeholder="$t('page.jobTask.form.maxRetryTimes')"
|
||||
clearable
|
||||
|
Loading…
Reference in New Issue
Block a user