-
Notifications
You must be signed in to change notification settings - Fork 56
feat: customizable ttl #426
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jesús Fernández <[email protected]>
Signed-off-by: Jesús Fernández <[email protected]>
Signed-off-by: Jesús Fernández <[email protected]>
Signed-off-by: Jesús Fernández <[email protected]>
.github/workflows/ci.yml
Outdated
| # Common versions | ||
| GO_VERSION: '1.23.8' | ||
| GOLANGCI_VERSION: 'v1.62.0' | ||
| GO_VERSION: '1.24.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go1.24.3 was a security release so if updating to 1.24, it should be 1.24.3 (or .4 in a couple of days)
Signed-off-by: Jesús Fernández <[email protected]>
|
Is there a chance to get this PR reviewed, or in other words, is there anything utterly bad with it/some reason not to approve it? I can invest time resolving the conflicts but want to know first if it makes sense as is. 🙇 |
bobh66
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @fernandezcuesta - sorry for the delay. It looks like there are merge conflicts that need to be resolved.
Also I think it would be better to limit this PR to just the TTL changes and leave the other changes to separate PRs.
Description of your changes
Add the ability to set a custom TTL for the function response.
It allows 3 ways to set it up besides the default, from lower to higher precedence:
Fixes #424
I have: