Elijah DeLee
Elijah DeLee
A really cool thing to do would be while the migrations init container is running, that we have another container that is serving that "migrations are running screen" that the...
@moonrail I think just doing the init container + the readiness/liveness checks is a great start/best way to begin. If it is desireable to show some "awx is starting" screen...
@Zokormazo any way we can get a downstream test of this change?
Re: draining awx before upgrade, problematic if jobs are running. Yes! This is a problem. It has been discussed the introduction of a "maintenance mode" that control nodes could be...
@djyasin @TheRealHaoLiu given you testing can you approve the PR?
I'm not 100% connecting dots between the uwsgi listen queue filling up and the other issues, other than the CPU being 100% consumed may be in general _slowing down_ everything,...
I've got some containers running w/ a non-root user named `ansible` (UID 1001) and I can't seem to get this to work. I've tried ``` # touch /var/lib/pcp/pmdas/podman/.NeedInstall # systemctl...
Wonder if there is a desire to guard this in if statement with some var -- that said, I see the proliferation of vars as also a problem :smile:
Trying this out here https://github.com/ansible/awx-operator/compare/devel...kdelee:awx-operator:emptyDir-receptor-tmp?expand=1 Everything "just worked" on local deployment using `kind` except I did hit issue where I needed to raise ``` sysctl -w fs.inotify.max_user_watches=2099999999 sysctl -w fs.inotify.max_user_instances=2099999999...
Over on my team we are trying to figure out if there is a way we could use pytest-xdist but we have similar blockers, and a home-grown tool was born...