Move get or create true up review status into the app interface, adds a function to execute checks for being within true up review widnow (and tests), adds a job for sending true up telemetry.

Этот коммит содержится в:
Conor Macpherson
2022-12-30 13:11:17 -05:00
родитель c30439743c
Коммит b3b39e4f15
10 изменённых файлов: 197 добавлений и 33 удалений

Просмотреть файл

@@ -31,6 +31,7 @@ const (
JobTypeLastAccessibleFile = "last_accessible_file"
JobTypeUpgradeNotifyAdmin = "upgrade_notify_admin"
JobTypeTrialNotifyAdmin = "trial_notify_admin"
JobTypeLicenseTrueUpReview = "license_true_up_review"
JobStatusPending = "pending"
JobStatusInProgress = "in_progress"