Conversation
07dd9d3 to
1d0e190
Compare
pkg/linear/models.go
Outdated
| } | ||
|
|
||
| // IsRateLimited checks if the error contains Linear's RATELIMITED error code. | ||
| func (e *GraphQLError) IsRateLimited() bool { |
There was a problem hiding this comment.
@laurenleach Not sure if this is helpful, but checks specifically for the error code mentioned in Linear docs. https://linear.app/developers/rate-limiting#handling-rate-limit-errors
0844204 to
23133c1
Compare
@laurenleach ^^ This error is what was confusing me with your wrapping suggestion, so I think I misinterpreted your intent. |
8a2e43a to
f873497
Compare
3d8c84e to
2f3520f
Compare
2f3520f to
7b051df
Compare
7b051df to
5bd2aaa
Compare
This PR adds some additional rate limiting support (and debugging) that corresponds to the baton-sdk changes here. Updates baton-sdk to v0.3.29 to include those changes.
For the following Jira tickets: