【发布时间】:2021-06-21 19:20:46
【问题描述】:
我们正在使用 Google Cloud Tasks 来管理 Firebase Functions 中消息队列的时间安排,并且需要安排一些超过一个月的后续消息。我们收到此错误:
3 INVALID_ARGUMENT: The Task.scheduleTime, 2021-05-09T02:00:00-08:00, is too far in the future. Schedule time must be no more than 720h in the future.
此处记录的内容:https://cloud.google.com/tasks/docs/quotas
Google 允许您配置几乎所有其他设置 (https://cloud.google.com/tasks/docs/configuring-queues),但我看不出有任何方法可以绕过此限制。有吗?
【问题讨论】: