Alan Rominger

Results 284 comments of Alan Rominger

There may be a valid argument against this, in that, these 2 loops should not exist independently of each other. Just make it 1 loop. 1 buffer timeout.

@fosterseth you originated what this adjusts. I'm increasingly leaning towards these not being 2 settings, but just a single condition for sending metrics to both local redis and websockets. Would...

To be empirical about the answer: - Does the test that was failing still exist? Yes, `test_subsystem_metrics_counts_incremented_accurately` still exists. - Is the test being skipped? Yes, there is a skip...

Well the checks passed on the first try. I'd say we're good to go with this, although who knows when we'll be able to merge it.

Took off the blocked tag due to branching events. Assuming I did the rebase correct, this may be all good-to-go.

I checked the logs from one of the awx_collection tests and it gave this: ``` 2025-05-16 20:42:23,602 ERROR [-] awx.main.commands.run_callback_receiver Exception on worker 3, reconnecting: Traceback (most recent call last):...

Who was the original job launched by, and is that different from the user relaunching the job? What prompts were provided when originally launching? Also, https://github.com/ansible/awx/pull/3783 may have changed this.

Does the UI show that the original job was launched by this user? (API field `created_by` in the job entry) If that field is wrong, then we would need to...

> 2 - An 'execute permissions' user run a workflow that failed. This user re-run the template that failed on the workflow=> KO permission popup appears Could you give us...

Thank you for your well-written arguments. > I am not sure if the copy of the project folder to the tempdir is done after or before the execution of the...