Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Problem you have encountered:
We are using Google Cloud workflows in our Standard app engine application.
We want to run/execute our workflows at a future scheduled date time for a fixed number of times.
As Cloud Scheduler can only do it recurring way with no support for a specific future date time as schedule date and limited number of occurrences, so we had to settle for Cloud tasks with scheduleTime attribute.
We chose Cloud tasks as a trigger to execute such workflows at a schedule time but this comes with a limitation of 30 days as follows (refer):
"Maximum schedule time for a task | 30 days from current date and time | The maximum amount of time in the future that a task can be scheduled."
What you expected to happen:
Is there any way to extend this limit of 30 days to say 90 days or 180 days for the scheduleTime property? Please suggest the way out to meet given requirement.