Skip to content

Commit

Permalink
Add a feature flag for a failure because of an heartbeat failed check (
Browse files Browse the repository at this point in the history
…#22036)

* Add a feature flag for a failure because of an heartbeat failed check

* Use Camel case

* Add missing new line

* Checkout From master
  • Loading branch information
benmoriceau committed Feb 7, 2023
1 parent 2385175 commit 53098fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airbyte-featureflag/src/main/kotlin/Flags.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ object FieldSelectionWorkspaces : EnvVar(envVar = "FIELD_SELECTION_WORKSPACES")
}
}

object ShouldFailSyncIfHeartbeatFailure : Temporary(key = "heartbeat.failSync")

/**
* Flag is a sealed class that all feature-flags must inherit from.
*
Expand Down
2 changes: 2 additions & 0 deletions flags.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
flags:
- name: performance.backgroundJsonSchemaValidation
enabled: false
- name: heartbeat.failSync
enabled: false

0 comments on commit 53098fe

Please sign in to comment.