If the method with automatic restart of a failed task suits you, it seems squeezer is restarting of a failed tasks with the error “Task process died unexpectedly with exitcode 1.” You’re getting this error, right? I found a task with a similar error.
"pulp_href": "/pulp/api/v3/tasks/0199211d-fa27-7a0c-a6cd-f1a42ed98f13/",
"pulp_created": "2025-09-06T22:20:36.776545Z",
"state": "failed",
"name": "pulp_deb.app.tasks.synchronizing.synchronize",
"logging_cid": "5f75ef60dc624c10915772edaaea4d14",
"created_by": "/pulp/api/v3/users/2/",
"started_at": "2025-09-06T22:20:36.836200Z",
"finished_at": "2025-09-06T23:44:21.924892Z",
"error": {
"reason": "Task process died unexpectedly with exitcode 1."
},
"worker": "/pulp/api/v3/workers/0198be62-d85d-77e6-a373-bd9e8831df98/",
"parent_task": null,
"child_tasks": [],
"task_group": null,
"progress_reports": [
{
"message": "Update ReleaseFile units",
"code": "update.release_file",
"state": "completed",
"total": null,
"done": 1,
"suffix": null
},
{
"message": "Update PackageIndex units",
"code": "update.packageindex",
"state": "completed",
"total": null,
"done": 8,
"suffix": null
},
{
"message": "Associating Content",
"code": "associating.content",
"state": "completed",
"total": null,
"done": 2292,
"suffix": null
},
{
"message": "Downloading Artifacts",
"code": "sync.downloading.artifacts",
"state": "completed",
"total": null,
"done": 932,
"suffix": null
The next task started after 4 seconds, it doesn’t look like it was started manually so quickly 
"pulp_href": "/pulp/api/v3/tasks/0199216a-b70f-75e7-af09-b48fa57027ae/",
"pulp_created": "2025-09-06T23:44:25.917307Z",
"state": "completed",
"name": "pulp_deb.app.tasks.synchronizing.synchronize",
"logging_cid": "3c7735562b6a49b292a2dd99873e298a",
"created_by": "/pulp/api/v3/users/2/",
"started_at": "2025-09-06T23:44:25.993128Z",
"finished_at": "2025-09-07T00:35:03.224056Z",
"error": null,
"worker": "/pulp/api/v3/workers/0198be61-d306-7e25-8c39-723ae6bc7dcd/",
"parent_task": null,
"child_tasks": [],
"task_group": null,
"progress_reports": [
{
"message": "Downloading Artifacts",
"code": "sync.downloading.artifacts",
"state": "completed",
"total": null,
"done": 3,
"suffix": null
},
{
"message": "Update ReleaseFile units",
"code": "update.release_file",
"state": "completed",
"total": null,
"done": 1,
"suffix": null
},
{
"message": "Update PackageIndex units",
"code": "update.packageindex",
"state": "completed",
"total": null,
"done": 8,
"suffix": null
},
{
"message": "Associating Content",
"code": "associating.content",
"state": "completed",
"total": null,
"done": 2292,
"suffix": null
UPDATE: This isn’t squeezer. These are retries set in an Ansible task.
FAILED - RETRYING: [localhost]: Pulp Debian <|> Sync DEB remotes into repositories (3 retries left).
changed: [localhost] => (item=debian.trixie.trixie)