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
更新0.4版本以后,更改schedule的Period为分钟,然后再修改为天,就出现了以下报错:
Warning Message save schedule failed, Error: Payload Too Large, Retry 5th time after 32000s
The text was updated successfully, but these errors were encountered:
我这里没有重现,不过猜测到原因应该是post的数据太大了,把记录也post上去了,因为记录现在最高增加到50条,等会测试下,现在的workround可能需要新建一个schedule了
Sorry, something went wrong.
查了下,应该是引用 的一个body-parse的中间件有对post数据做了1M大小的限制,这两天发个小版本v0.4.1来修复
#40 add post body limit to 50m and reduce post data
2844b6a
fixed in v0.4.1
No branches or pull requests
更新0.4版本以后,更改schedule的Period为分钟,然后再修改为天,就出现了以下报错:
Warning Message
save schedule failed, Error: Payload Too Large, Retry 5th time after 32000s
The text was updated successfully, but these errors were encountered: