Actions
Bug #37272
closedLong running task is killed with 'Proxy task gone missing from the smart proxy'
Status:
Closed
Priority:
High
Assignee:
-
Category:
Foreman plugin
Target version:
-
Difficulty:
Triaged:
No
Pull request:
Fixed in Releases:
Found in Releases:
Red Hat JIRA:
Updated by Markus Bucher 8 months ago
Adam Ruzicka wrote in #note-1:
What do the proxy logs say?
Not much, I am afraid:
2024-03-15T15:12:45 b9bd9713 [I] Started GET /dynflow/tasks/count state=running 2024-03-15T15:12:45 b9bd9713 [I] Finished GET /dynflow/tasks/count with 200 (1.49 ms) 2024-03-15T15:12:46 b9bd9713 [I] Started POST /dynflow/tasks/launch 2024-03-15T15:12:46 b9bd9713 [I] Finished POST /dynflow/tasks/launch with 200 (20.3 ms) 2024-03-15T15:13:00 036f3967 [I] Started GET /dynflow/tasks/90bd0f50-947e-4e7b-a60f-b632ee48fab8/status 2024-03-15T15:13:00 036f3967 [I] Finished GET /dynflow/tasks/90bd0f50-947e-4e7b-a60f-b632ee48fab8/status with 200 (6.3 ms) [this request gets repeated] 2024-03-15T15:22:45 7fe87753 [I] Started GET /dynflow/tasks/90bd0f50-947e-4e7b-a60f-b632ee48fab8/status 2024-03-15T15:22:45 7fe87753 [I] Finished GET /dynflow/tasks/90bd0f50-947e-4e7b-a60f-b632ee48fab8/status with 200 (5.19 ms) 2024-03-15T15:22:45 b9bd9713 [I] Started POST /dynflow/tasks/status 2024-03-15T15:22:45 b9bd9713 [I] Finished POST /dynflow/tasks/status with 200 (1.0 ms)
Not sure if the POST /dynflow/tasks/status
is the request that kills it, but it is the last entry.
Updated by Adam Ruzicka 8 months ago
- Project changed from Foreman Remote Execution to foreman-tasks
- Category changed from Smart Proxy - SSH to Foreman plugin
Updated by Adam Ruzicka 8 months ago
- Description updated (diff)
- Red Hat JIRA set to SAT-24024
Updated by Adam Ruzicka 8 months ago
- Status changed from New to Closed
- Pull request https://github.com/theforeman/foreman-tasks/pull/746 added
Updated by Adam Ruzicka 8 months ago
- Fixed in Releases foreman_tasks-9.0.4 added
Updated by Adam Ruzicka 8 months ago
- Fixed in Releases foreman_tasks-9.1.1 added
- Found in Releases smart_proxy_dynflow-0.9.1 added
- Found in Releases deleted (
foreman_remote_execution-12.0.3, foreman_remote_execution-12.0.5, foreman_remote_execution-13.0.0)
Actually caused by changes that went out with smart_proxy_dynflow-0.9.1
Actions