We are using Google Cloud Tasks to manage timing a messaging queue in Firebase Functions, and need to schedule some follow up messages more than a month out. We are getting this error:
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.
Which is documented here: https://cloud.google.com/tasks/docs/quotas
Google enables you to configure virtually every other setting (https://cloud.google.com/tasks/docs/configuring-queues) but I don't see any way around this limitation. Is there one?