.lock files in my "/var/lib/awx" directory

Hello,

may i know why i have files ending with .lock in my /var/lib/awx directory?

for ex–ansible-project_name.lock

Thanks

These files are used to prevent multiple project updates from updating the same source tree at the same time. If you want to dive into specifics of what’s being done, the code for this is in awx/main/tasks.py.