Skip to content
Discussion options

You must be logged in to vote

Hello @tomt00001 in general the log generation won't be too alarming if you have few connections.
The only variable you have is TEMPORAL_HISTORY_RETENTION_IN_DAYS where it will trigger in the airbyte-cron to clean up old logs in the workspace folder.
Other log generation is the container themselves which is configured here the maximum retention is 100 Mb per service.
What can use more disk can be the container images, take this example:

(pipelines-py3.10) ➜  airbyte git:(master) docker images | grep 0.50.33
airbyte/airbyte-api-server                                0.50.33     1.01GB
airbyte/worker                                            0.50.33     1.85GB
airbyte/webapp                …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by marcosmarxm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform issues related to the platform topic/deployment
2 participants