Uploaded image for project: 'Subscription Watch'
  1. Subscription Watch
  2. SWATCH-3129

Remove retry_after column

XMLWordPrintable

      Although we've implemented a workaround to disable retry logic in AWS, the retry logic is still active in Azure. There is a possibility that certain statuses could still be in a "retryable" state in the Status topic, including with retry_after values. As a result, we plan to remove the column and its associated Enum in the next deployment of SWATCH-3109.

      Remove the DB Column Changes:

      SELECT count( * ) FROM billable_usage_remittance where status='retryable' returns 0 on stage and production

      SWATCH-3913 will complete removal of the Enum after the removal of the column is deployed.

      Acceptance Criteria

      • db column is removed
      • references in the code are deleted

              buschv Vanessa Busch
              karshah@redhat.com Kartik Shah
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: