Uploaded image for project: 'Cost Management'
  1. Cost Management
  2. COST-4643

Stale manifest fails to delete due to SIGKILL

XMLWordPrintable

    • 5
    • False
    • None
    • False

      It seems like default celery workers are killed with SIGKLL when running purge_expired_report_manifest. This means that stale manifest are not being deleted properly.

      It is likely the deletion code is doing something inefficient.

      Orchestrator.remove_expired_report_data()
        ↳ masu.processor.tasks.remove_expired_data()
          ↳ masu.processor._tasks.remove_expired._remove_expired_data()
            ↳ masu.processor.expired_data_remover.ExpiredDataRemover.remove()
              ↳ ReportManifestDBAccessor.purge_expired_report_manifest()

      Slack thread

            mskarbek Michael Skarbek
            rh-ee-sdoran Sam Doran
            Eva Šebestová Eva Šebestová
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: