Insufficient tokens for quota 'administrator' and limit 'CLIENT_PROJECT-100s' of service 'pubsub.googleapis.com' for consumer 'project_number:#'

后端 未结 3 897
一向
一向 2021-02-19 06:47

I sometimes get the following error when creating a subscription:

Insufficient tokens for quota \'administrator\' and limit \'CLIENT_PROJECT-100s\' of ser

3条回答
  •  Happy的楠姐
    2021-02-19 07:24

    I was hitting a similar error.

    I checked the quota section — as per Kamal Aboul-Hosn's suggestion — however it was already maxed out.

    A work around was to put a sleep function in the code so the API wouldn't get hammered over a hundred second period. I hope that helps.

提交回复
热议问题