flock-lab / flock

Flock: A Low-Cost Streaming Query Engine on FaaS Platforms
https://flock-lab.github.io/flock/
GNU Affero General Public License v3.0
291 stars 39 forks source link

fix: set the lambda runtime to 15 mins #344

Closed gangliao closed 2 years ago

gangliao commented 2 years ago

Which issue does this PR close?

Closes #.

Rationale for this change

The default amount of time that Lambda allows a function to run is 3 seconds. The maximum allowed value is 900 seconds.

What changes are included in this PR?

Are there any user-facing changes?

By submitting this pull request