We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
预期,下一页会显示后续task信息
使用2.0.5版, 用类似命令提交操过10个任务:
curl --location --request POST 'http://1.2.3.4:8080/api/v1/jobs' --header 'Content-Type: application/json' --data-raw '{ "type": "preheat", "args": { "type": "file", "url": "http://1.2.3.5/test.tar.gz" } }' | jq
然后打开类似http://1.2.3.4:8080/service/task 页面进行查看
uname -a
The text was updated successfully, but these errors were encountered:
@bigerous
Sorry, something went wrong.
bigerous
No branches or pull requests
Bug report:
Expected behavior:
预期,下一页会显示后续task信息
How to reproduce it:
使用2.0.5版,
用类似命令提交操过10个任务:
curl --location --request POST 'http://1.2.3.4:8080/api/v1/jobs'
--header 'Content-Type: application/json'
--data-raw '{
"type": "preheat",
"args": {
"type": "file",
"url": "http://1.2.3.5/test.tar.gz"
}
}' | jq
然后打开类似http://1.2.3.4:8080/service/task 页面进行查看
Environment:
2.0.5
rocky8
uname -a
):Linux dfly 4.18.0-372.16.1.el8_6.0.1.x86_64 [WIP] Implement df daemon #1 SMP Thu Jul 14 21:39:58 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: