-
Notifications
You must be signed in to change notification settings - Fork 17
feat: limit number of function sources based on usage tier #666
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
||
| err := d.do(ctx, args) | ||
| if err != nil { | ||
| if logErr := deploymentsRepo.LogDeploymentEvent(ctx, deploymentsrepo.LogDeploymentEventParams{ |
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.
Note that the placement of this will generally cause more errors to show up in user-facing logs
| @@ -0,0 +1,22 @@ | |||
| # Gram CLI | |||
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.
Useful thanks
ryan-timothy-albert
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.
This seems reasonable to me. Extensible too with Validate becoming its own activity
| err = workflow.ExecuteActivity( | ||
| ctx, | ||
| a.ProvisionFunctionsAccess, | ||
| validationErr := workflow.ExecuteActivity( |
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.
It totally should, but can you just double check in a local test that the status gets moved to failed.
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.
Yep i did
Uh oh!
There was an error while loading. Please reload this page.