Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mosaic tile timeout #33

Merged
merged 5 commits into from
May 29, 2024
Merged

mosaic tile timeout #33

merged 5 commits into from
May 29, 2024

Conversation

philvarner
Copy link

@philvarner philvarner commented May 29, 2024

  1. Add a configuration timeout for the max allowed time that a mosaic tile can take to generate. This was set at 30 seconds (and still defaults to that) because the API Gateway has a max of 30 seconds of execution. However, this Lambda can be invoked directly via a Function URL or hooked up directly that way to a CloudFront URL, so the API Gateway limitation isn't a had limit now.
  2. ake a few backports to the jinja init to allow it to work with the latest jinja version, which now throws an error with the latest code.
  3. add 3.12 to testing matrix
  4. prep for 0.14.0-1.0.5 release

@philvarner philvarner requested a review from MattBialas May 29, 2024 17:32
@philvarner philvarner self-assigned this May 29, 2024
@philvarner philvarner changed the base branch from master to main May 29, 2024 17:32
Copy link

@mbialas mbialas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@philvarner philvarner merged commit 187d506 into main May 29, 2024
10 checks passed
@philvarner philvarner deleted the pv/mosaic-tile-timeout branch May 29, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants