mirror of
https://github.com/ansible/awx.git
synced 2026-08-30 00:18:28 -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