Skip to content

Commit

Permalink
Remove deprecated fields
Browse files Browse the repository at this point in the history
  • Loading branch information
evrii authored and jmthibault79 committed Feb 7, 2025
1 parent ad3618f commit 2bd2bb3
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions api/src/main/java/org/pmiops/workbench/config/WorkbenchConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,41 +98,21 @@ public String initialCreditsBillingAccountName() {
// usage tracking cron endpoint.
public String exportBigQueryTable;

@Deprecated(since = "12/12/24", forRemoval = true)
// Use defaultInitialCreditsDollarLimit
public Double defaultFreeCreditsDollarLimit;

// The default dollar limit to apply to initial credit usage in this environment.
public Double defaultInitialCreditDollarLimit;

@Deprecated(since = "12/12/24", forRemoval = true)
// Use initialCreditCostAlertThresholds
public List<Double> freeTierCostAlertThresholds;

// Thresholds for email alerting based on initial credit usage, by cost
public List<Double> initialCreditCostAlertThresholds;
// The contact email from Carahsoft for billing account setup
public String carahsoftEmail;

@Deprecated(since = "12/12/24", forRemoval = true)
// Use initialCreditCronUserBatchSize
public Integer freeTierCronUserBatchSize;

// The batch size used by the cron job to process users
public Integer initialCreditCronUserBatchSize;

@Deprecated(since = "12/12/24", forRemoval = true)
// Use minutesBeforeLastInitialCreditJob
public Integer minutesBeforeLastFreeTierJob;

// The number of minutes elapsed after the last cron run to update the initial credit billing
// information
public Integer minutesBeforeLastInitialCreditJob;

@Deprecated(since = "12/12/24", forRemoval = true)
// Use numberOfDaysToConsiderForInitialCreditUsageUpdate
public Long numberOfDaysToConsiderForFreeTierUsageUpdate;

// A value that defines the number of days to consider between the last update of the initial
// credit
// usage in the database and the last workspace update when calculating the eligibility of a
Expand Down

0 comments on commit 2bd2bb3

Please sign in to comment.