[config-resource] Configuring Connector-Specific not working #33857
Labels
area/platform
issues related to the platform
community
team/platform-move
type/bug
Something isn't working
Helm Chart Version
0.49.4
What step the error happened?
Other
Revelant information
I have updated resource_requirements in the actor_definition table with cpu and memory limits and requests, However, i am still seeing discrepancies in the logs regarding the cpu and memory requests and limits. I updated the actor_definiton with following values:
"cpu_limit": "0.5", "cpu_request": “0.1”, "memory_limit": "500Mi", "memory_request": "500Mi"
But in the logs i see the following CPU and memory limits for the same connector:
cpuRequest=0.1,cpuLimit=1,memoryRequest=25Mi,memoryLimit=50Mi
I also confirmed resource_requirements in the connection table is null hence that could not be interfering with this config.
I have airbyte deployed on EKS and version of airbyte being used is: 0.50.31.
Relevant log output
The text was updated successfully, but these errors were encountered: