Skip to content

Commit ccc3dcc

Browse files
committed
RHINENG-20474: don't mark uploaded system as stale
fixup for af7359f fixing: {"@timestamp":"2025-09-11T03:36:30.914Z","err":"unable to process upload\nsaving system into the database: Unable to save or update system in database: unable to update system_platform: fatal error restarting pod\ndatabase error\nERROR: deadlock detected (SQLSTATE 40P01)","level":"panic","message":"Handler failed"}
1 parent b60c1c4 commit ccc3dcc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

listener/upload.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ func updateSystemPlatform(tx *gorm.DB, accountID int, host *Host,
357357
var colsToUpdate = []string{
358358
"display_name",
359359
"last_upload",
360-
"stale",
361360
"stale_timestamp",
362361
"stale_warning_timestamp",
363362
"culled_timestamp",

0 commit comments

Comments
 (0)