Elijah DeLee
Elijah DeLee
Talking with @jainnikhil30 and he says he's tested with up to 500 million events and that he sees no problem with this
maybe you need to rebase? ``` django.db.migrations.exceptions.NodeNotFoundError: Migration main.0166_alter_jobevent_host dependencies reference nonexistent parent node ('main', '0165_task_manager_refactor.py') ```
@AlanCoding to force a reproducer, you could try setting `kubelet --container-log-max-size` to a very small number
https://github.com/ansible/awx/pull/12235
This is now merged, we need to determine if we want to add any tests Note: may undergo some updates with work on the `task_manager_refactor` branch cc @fosterseth @AlanCoding
modified your comment to include the desired full sentence "Bug, Docs Fix or other nominal change"
So does using a named volume make it uneccesary to do the whole `chown 65534:65534`? I found I needed to do that when using `-v /my/data/dir:/prometheus:z`. Note: I'm using podman...
@rooftopcellist I like this. I know you had expressed concern about not seeing the migration screen. But I don't care about that, and I don't think most people would. In...
@moonrail I don't agree that the failure is the tests not reaching the k8s cluster the test: https://github.com/ansible/awx-operator/blob/3ac0232e89e3fc5a1aa5358ad84d54bb3957d982/molecule/default/tasks/awx_test.yml#L2-L12 the output: ``` TASK [Create the awx.ansible.com/v1alpha1.AWX] ********************************* task path: /home/runner/work/awx-operator/awx-operator/molecule/default/tasks/awx_test.yml:2 redirecting...
@moonrail your idea to run migrations in an init container sounds like a good idea to me. @shanemcd and @Zokormazo may be interested in this suggestion. It sounds like you...