mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02: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