Skip to content

Commit

Permalink
Merge pull request #33244 from vespa-engine/bjormel/Extend-expiry-for…
Browse files Browse the repository at this point in the history
…-flag-ATLASSIAN_SYNC_TENANTS

Extend expiry for flag ATLASSIAN_SYNC_TENANTS
  • Loading branch information
hmusum authored Feb 3, 2025
2 parents 64bec7d + 87344ee commit ca7629e
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 @@ -358,7 +358,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 ca7629e

Please sign in to comment.