简体   繁体   English

Google动作:持续不断的访问,如跳动

[英]google actions: continuous access like a heart beat

I have built a google actions project and published it. 我已经建立了一个Google Action项目并发布了它。 It has a web hook that is linked to a Google Functions with an actions sdk code behind it. 它具有一个Web钩子,该钩子链接到带有功能sdk代码的Google Functions。 Everything works fine. 一切正常。

However, I have noticed that there is a continuous user (with the same userId provided by the intent) that keeps access the function (guessing via the actions project). 但是,我注意到有一个连续用户(具有与意图提供的相同的userId)继续访问该功能(通过动作项目进行猜测)。 I am keeping a kind of sessions log and it keeps creating a session almost every 3-4 seconds. 我保留了一种会话日志,并且几乎每3-4秒就创建一次会话。

Since the project is just some temporary demo of content and not really shared with the world at large, I am wondering what or who is causing this continuous access. 由于该项目只是内容的临时演示,并未真正与全世界共享,所以我想知道是什么或由谁引起的这种持续访问。 It looks almost like some heart-beat type of check being done. 看起来几乎像是在进行某种心跳检查。 Hence the question: is it something that Google does to know whether the action project is live or not? 因此,问题就来了:Google是否知道行动项目是否正在进行? Thanks 谢谢

每3-4秒似乎很高,但是如果您发布了经过审核的操作,则Google会每隔几分钟对它进行一次运行状况检查

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM