Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@anovis
Copy link
Collaborator

@anovis anovis commented Dec 8, 2022

closes #291

    @app.route('/deadline', deadline=10)
    def deadline():
        return 'custom_deadline'

@anovis anovis changed the title Pass through custom deadline field [Routes] Pass through custom deadline field Dec 8, 2022
@anovis anovis merged commit 38082a9 into main Dec 8, 2022
@anovis anovis deleted the request-291 branch December 8, 2022 22:00
quajones pushed a commit to quajones/goblet that referenced this pull request Oct 19, 2023
closes goblet#291 

```
    @app.route('/deadline', deadline=10)
    def deadline():
        return 'custom_deadline'
```
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.

[REQUEST] Add route-level timeout or deadline config field for api gateway timeout length

2 participants