Skip to content

Commit

Permalink
add waiting for quota to quota messages
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Feb 3, 2025
1 parent 2c134ec commit 7bb5763
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ package object errors {
"usage too high",
"no available zones",
"resource_exhausted",
"quota too low"
"quota too low",
"waiting for quota"
)

def isQuotaMessage(msg: String): Boolean =
Expand Down

0 comments on commit 7bb5763

Please sign in to comment.