问题描述
我们正在使用 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),但我认为没有任何方法可以解决此限制。有吗?