You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud Function calls the List API, and does whatever based on messages
Sends a request to /process after pollingIntervalMillis
Exits
A new CloudFunction will be invoked (goto step 2)
?
This all assumes that pollingIntervalMillis is less than the deadline for a single cloud function invocation, which I believe can be set to 9 minutes max
The text was updated successfully, but these errors were encountered:
Does the following approach make sense?
Setup cloud function at
/process
/process
afterpollingIntervalMillis
?
This all assumes that
pollingIntervalMillis
is less than the deadline for a single cloud function invocation, which I believe can be set to 9 minutes maxThe text was updated successfully, but these errors were encountered: