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

ListenInterval 配置不生效,/nacos/v1/ns/instance/beat 间隔一直是5000毫秒。 #340

Open
Jarvan-Chan opened this issue Dec 27, 2024 · 0 comments

Comments

@Jarvan-Chan
Copy link

{
"NacosConfig": {
"Listeners": [
{
"Optional": false,
"DataId": "qilun-flow-dev.json",
"Group": "DEFAULT_GROUP"
}
],
"ServerAddresses": [
"http://nacos:8848/"
],
"ClusterName": "DEFAULT",
"GroupName": "DEFAULT_GROUP",
"Namespace": "public",
"ServiceName": "qilun-flow-service",
"DefaultTimeOut": 15000,
"ListenInterval": 60000,
"RegisterEnabled": true,
"InstanceEnabled": true,
"Ephemeral": true,
"Secure": false,
"ConfigUseRpc": false,
"NamingUseRpc": false
}
}

配置如上,ListenInterval 设置了 60000毫秒,但是 /nacos/v1/ns/instance/beat 的间隔仍然是一直无变化的。

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

1 participant