【问题标题】:Event Queueing Limit for Google Cloud function when max instance limit is set above 0当最大实例限制设置为高于 0 时,Google Cloud 函数的事件队列限制
【发布时间】:2021-08-07 07:41:52
【问题描述】:

我正在使用谷歌云功能, 在这个页面上Controlling Scaling Behaviour

写的是Events destined for event-driven functions will automatically be saved until capacity is available

这个容量究竟是什么?它可以扩展吗? ,怎么确定的。

【问题讨论】:

    标签: google-cloud-platform google-cloud-firestore google-cloud-functions


    【解决方案1】:

    文档中没有限制,因此我认为没有限制。我很确定该事件在后台得到了 PubSub 的支持,并且限制是“无限的”。

    如果某个事件的处理时间超过 7 天,则它可能会丢失(PubSub 中的最大保留期)。但是,如果是这种情况,您的最大实例限制确实设置得不好。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-03-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多