aboutsummaryrefslogtreecommitdiff
path: root/internal/postgres/requeue.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/postgres/requeue.go')
-rw-r--r--internal/postgres/requeue.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/postgres/requeue.go b/internal/postgres/requeue.go
index d9ecf5a4..bea82d2a 100644
--- a/internal/postgres/requeue.go
+++ b/internal/postgres/requeue.go
@@ -24,8 +24,6 @@ func (db *DB) UpdateModuleVersionStatesForReprocessing(ctx context.Context, appV
for _, status := range []int{
http.StatusOK,
derrors.ToStatus(derrors.HasIncompletePackages),
- derrors.ToStatus(derrors.BadModule),
- derrors.ToStatus(derrors.AlternativeModule),
derrors.ToStatus(derrors.DBModuleInsertInvalid),
} {
if err := db.UpdateModuleVersionStatesWithStatus(ctx, status, appVersion); err != nil {