mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
* celery error callback signature isn't well defined. Thus, our error callback signature is made to handle just about any call signature and depend on only 1 attribute, id, existing. See https://github.com/celery/celery/issues/3709