Closed agrare closed 3 months ago
Backported to radjabov
in commit 2075352834988b549ae2697961bbda14bfab458e.
commit 2075352834988b549ae2697961bbda14bfab458e
Author: Joe Rafaniello <jrafanie@users.noreply.github.com>
Date: Fri Aug 16 15:53:44 2024 -0400
Merge pull request #23117 from agrare/non_rails_worker_process_starting
Fix MiqServer WorkerManager Process with Non Rails workers
(cherry picked from commit cffb072312449f4c922ca6d62755d7ecb479ab99)
We only added logic to set non-rails workers to started/stopped for kubernetes and systemd worker manager subclasses. This meant if you ran
rake evm:start
locally with a non-rails worker it wouldn't ever be marked as started.Also updated the systemd side to be consistent with kubernetes in not returning a worker that was just marked as started.
Depends on: