We are constantly having 429 too many requests error when hitting Qovery API by terraform or our CircleCI pipeline. I would say our infrastructure coded in terraform is small, and still we canβt use terraform apply without the use of -target flag.
Sure. The error happens any time that I try to run terraform apply. Our partner from Cloud303 always face the same issue and he suggested me to use -target flag, but it is not viable when we need to make a lot of updates.
It happens in all Qovery environments that we have. The logs bellow it is just a small part of the output, but the error is the same for all resources.
β with module.pathlms-environment.module.chewy_service[0].qovery_container.this,
β on ../../../modules/container/main.tf line 6, in resource "qovery_container" "this":
β 6: resource "qovery_container" "this" {
β
β failed to get container: Could not read container '9de690d9-e5b1-4e8f-a3ec-7c5fb7546a22', unexpected error: 429 Too
β Many Requests
β΅
β·
β Error: Error on container read
β
β with module.pathlms-environment.module.integrations_worker_service[0].qovery_container.this,
β on ../../../modules/container/main.tf line 6, in resource "qovery_container" "this":
β 6: resource "qovery_container" "this" {
β
β failed to get container: Could not read container 'c5c7084f-faf6-4a9d-844c-9a3aaac609fa', unexpected error: 429 Too
β Many Requests
β΅
β·
β Error: Error on container read
β
β with module.pathlms-environment.module.imports_worker_service[0].qovery_container.this,
β on ../../../modules/container/main.tf line 6, in resource "qovery_container" "this":
β 6: resource "qovery_container" "this" {
β
β failed to get container: failed to list variables: Could not read container environment variable
β '16a55b3d-4cd5-40e6-92c5-075517c105b2', unexpected error: 429 Too Many Requests