Understanding the core components: airbyte-cron
#33810
Closed
M. Marx (marcosmarxm)
started this conversation in
Guides & Tutorials
Replies: 1 comment
|
This discussion has had no comments and limited activity for over a year. The Airbyte platform has changed significantly since it was created, so the context here may no longer apply. Closing as part of a cleanup effort. If this topic is still relevant, please start a fresh discussion so it gets the attention it deserves. Thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Important
The
airbyte-cronis a small component responsible to clean the logs.Here is a list of what logs the service is responsible to clean:
The logs are stored inside
/tmp/workspacefolder using the env variableTEMPORAL_HISTORY_RETENTION_IN_DAYSthe default value is30It also cleans any closed or ended temporal workflows each
10s.All reactions