AWX Jobs intermittently not inheriting notifications from job template

Hi,

We are launching jobs via job templates in AWX (v2.1.2.0) using the API from an internal application. We use a webhook defined in the job template to send status updates to that internal application.

We have been noticing that some jobs do not send notifications on success or failure, and after a bit of troubleshooting we’ve noticed that those jobs have no entries under the API endpoint:

https:///api/v2/jobs//notifications/

Those jobs that do send updates show a couple of notifications under the same URL for their job ID.

We have seen this since at least version 1.0.7 of AWX.

Does anyone have an idea what’s going on here? Should I file a bug?