Seth Foster

Results 13 issues of Seth Foster

## Major changes #### Split TaskManager into 3 separate managers that can run in parallel - DependencyManager processes tasks that might need dependencies spawned, and flips `dependencies_processed` to True after...

component:api

Currently the only way to delete an instance is through the deprovision_instance command

### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand...

type:enhancement
component:api

In k8s deployment, add firewall rules to prevent mesh network traffic from targeting control service on control nodes Same as we do in AAP installer

component:api

write up docs / instructions for how to add an execution node for upstream users.

component:docs

##### SUMMARY Docs for adding an execution node to a k8s deployment ##### ISSUE TYPE - New or Enhanced Feature ##### COMPONENT NAME - API

component:docs

##### ISSUE TYPE - Bug, Docs Fix or other nominal change ##### COMPONENT NAME - Docs ##### SUMMARY Add (upstream) documentation for the ingress mesh feature https://github.com/ansible/awx/pull/14640 TODO - [x]...

component:api
component:docs

##### SUMMARY install bundle is not used for mesh ingress nodes, so we can just disable the endpoint altogether. Also properly prevents the install bundle button from showing up on...

component:api

pairs with this PR https://github.com/django/channels_redis/pull/339 to address a memory leak issue in pubsub backend https://github.com/django/channels_redis/issues/276 Here is the race condition in pubsub.py that leads to the memory leak: - if...

requires this django PR https://github.com/django/channels/pull/1948 addresses memory leak issue https://github.com/django/channels_redis/issues/276