fix(edgejobs): migrate to transactional code EE-5324 (#8747)
This commit is contained in:
@@ -1565,8 +1565,14 @@ const (
|
||||
)
|
||||
|
||||
// List of supported features
|
||||
const (
|
||||
FeatureFdo = "fdo"
|
||||
FeatureNoTx = "noTx"
|
||||
)
|
||||
|
||||
var SupportedFeatureFlags = []featureflags.Feature{
|
||||
"fdo",
|
||||
FeatureFdo,
|
||||
FeatureNoTx,
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user