Skip to content

Commit

Permalink
Extend expiry for flag ATLASSIAN_SYNC_TENANTS
Browse files Browse the repository at this point in the history
  • Loading branch information
bjormel authored Feb 3, 2025
1 parent 5fabf85 commit 87344ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ public class Flags {

public static UnboundBooleanFlag ATLASSIAN_SYNC_TENANTS = defineFeatureFlag(
"atlassian-sync-tenants", false,
List.of("bjormel"), "2024-11-11", "2025-02-01",
List.of("bjormel"), "2024-11-11", "2025-03-01",
"Whether to sync tenants to Atlassian",
"Takes effect immediately");

Expand Down

0 comments on commit 87344ee

Please sign in to comment.