-
Notifications
You must be signed in to change notification settings - Fork 2.8k
remove wreq and set response timeout (close #1477) #1501
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
remove wreq and set response timeout (close #1477) #1501
Conversation
|
Review app for commit 1c2d6ef deployed to Heroku: https://hge-ci-pull-1501.herokuapp.com |
1c2d6ef to
bea4103
Compare
|
Review app for commit c6e634b deployed to Heroku: https://hge-ci-pull-1501.herokuapp.com |
|
Review app for commit 52f2d83 deployed to Heroku: https://hge-ci-pull-1501.herokuapp.com |
|
Review app for commit 0c0496c deployed to Heroku: https://hge-ci-pull-1501.herokuapp.com |
|
Review app for commit b836919 deployed to Heroku: https://hge-ci-pull-1501.herokuapp.com |
…iselvan/graphql-engine into event-trigger-configure-timeout
|
Review app for commit b00cf13 deployed to Heroku: https://hge-ci-pull-1501.herokuapp.com |
console/src/components/Services/EventTrigger/Modify/RetryConfEditor.js
Outdated
Show resolved
Hide resolved
|
Review app for commit 3d13c5f deployed to Heroku: https://hge-ci-pull-1501.herokuapp.com |
| let EventEngineCtx _ c _ _ = eeCtx | ||
| modifyTVar' c (\v -> v - 1) | ||
|
|
||
| finally <- liftIO $ runExceptT $ case eitherResp of |
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.
Can we wrap this logic in a function like persistInvocationResult?
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.
runFailureQ, runSuccessQ doesn't tell much about what they do
…trigger-configure-timeout # Conflicts: # server/src-lib/Hasura/Events/Lib.hs
…iselvan/graphql-engine into event-trigger-configure-timeout
|
Review app for commit 1787d08 deployed to Heroku: https://hge-ci-pull-1501.herokuapp.com |
|
Review app for commit a361615 deployed to Heroku: https://hge-ci-pull-1501.herokuapp.com |
|
Review app https://hge-ci-pull-1501.herokuapp.com is deleted |
<!-- The PR description should answer 2 important questions: --> ### What Make object nested selections work in GraphQL -> OpenDD IR pipeline. V3_GIT_ORIGIN_REV_ID: 727ebd9ca4b2c91424bda78135c9db940c05676e
<!-- The PR description should answer 2 important questions: --> ### What Basic function command in GraphQL OpenDD pipeline. Nested on #1501 V3_GIT_ORIGIN_REV_ID: 451702b6495af4ff4a2ca5c7aca3d3123bf3542a
Description
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
#1477
Solution and Design
Type
Checklist: