首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >错误429: rateLimitExceeded

错误429: rateLimitExceeded
EN

Server Fault用户
提问于 2018-08-20 05:27:26
回答 1查看 749关注 0票数 0

当连续地将数据添加到从VM实例挂载的GCS存储桶上的文件时,会发生以下错误。

代码语言:javascript
复制
info info Aug 20 13:20:07 myserver gcsfuse gcsfuse: fuse: 2018/08/20 13:20:07.807693 *fuseops.FlushFileOp error: FileInode.Sync: SyncObject: Create: CreateObject: googleapi: Error 429: The total number of changes to the object myproject/mydir/WORK.csv exceeds the rate limit. Please reduce the rate of create, update, and delete requests., rateLimitExceeded

我们可以选择不受限制的请求数量。

代码语言:javascript
复制
ExecStart=/bin/gcsfuse -o allow_other -file-mode=777 -dir-mode=777 --limit-ops-per-sec -1 --only-dir mydir/ --foreground myproject /etc/mount

请告诉我解决办法。

EN

回答 1

Server Fault用户

发布于 2018-08-20 08:27:38

看起来,由于试图上传超过1倍x秒的对象,您得到了这个错误。标志--limit-ops-per-sec是请求的速率,看起来您超过了它。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/927134

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档