mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
d57470ce49f80afd6b510667be151b035f7b0e55
set_stat calls asynchronously
previously, we persisted custom artifacts to the database on `Job.artifacts` via the callback receiver. when the callback receiver is backed up processing events, this can result in race conditions for workflows where a playbook calls `set_stat()`, but the artifact data is not persisted in the database before the next job in the workflow starts see: https://github.com/ansible/ansible-tower/issues/7831
AWX
AWX provides a web-based user interface, REST API and task engine built on top of Ansible.
Resources
Refer to CONTRIBUTING.md to get started developing, testing and building AWX.
Refer to INSTALL.md to get started deploying AWX.
Refer to LOCALIZATION.md for translation and localization help.
Description
AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Readme
428 MiB
Languages
Python
97.8%
Jinja
0.9%
Makefile
0.5%
Shell
0.3%
HTML
0.2%
Other
0.2%