我在queue.yaml中定义了一个任务队列,如下所示:
- name: queue-name
mode: push
max_concurrent_requests: 10
rate: 10/h
retry_parameters:
min_backoff_seconds: 5
max_backoff_seconds: 120
task_retry_limit: 10
task_age_limit: 1d
当我在部署后在开发人员控制台中查看它时,我看到一条错误消息:
This queue has been disabled, and removed from queue.yaml / queue.xml
我不确定问题是什么。如果我将速率更改为10 / s,则错误消失。有什么想法吗?
答案 0 :(得分:0)
这是一个已知问题,已引起工程团队的注意。这些问题似乎仅适用于Developers Console UI。队列仍应按配置运行。
上跟踪问题