I have 2 jobs that use a custom trigger of ExternalSourceTrigger (for which I have also created a matching ExternalSource to register the webhooks). They have the same exact trigger configuration, myIntegration.customEvent(). This creates the ExternalSource registering the webhook and should create the ExternalSourceTrigger that causes both jobs to run when that event is triggered.
However, only one of the jobs runs, and not the other. I then deleted the running job (hoping for some magic), and still one of the jobs is not running. How can I debug this? What might be going on?
I have been following the instructions found here: