Skip to content

Commit

Permalink
Update docs/user/05-60-kyma-bindings.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jarosław Pieszka <[email protected]>
  • Loading branch information
ralikio and jaroslaw-pieszka authored Nov 19, 2024
1 parent 1a9a10a commit 307c433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/05-60-kyma-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Finally, the last step is to remove the binding record from the database.
## Cleanup Job

The Cleanup Job is a separate process decoupled from KEB. It is a CronJob that cleans up expired or orphaned Kyma bindings from the database. The **expires_at** field in the binding database record determines whether a binding is expired. If the field is older than the current time, the binding is considered expired and removed from the database.
The Cleanup Job is a separate process decoupled from KEB. It is a CronJob that cleans up expired or orphaned Kyma bindings from the database. The value of **expires_at** field in the binding database record determines whether a binding is expired. If the value is in the past, the binding is considered expired and is removed from the database.

0 comments on commit 307c433

Please sign in to comment.