Usage of webhooks for job templates

Hi,

with the new AWX 8.0.0 version you can enable webhooks for job templates.
I’ve just did this for my test playbook which just prints a simple debug message.

After some tests I discovered that after two triggers of the webhook I am just receiving the following message:
{“message”:“Webhook previously received, aborting.”}

Even the option to allow concurrent jobs won’t change my situation.

Am I somehow able to change the setting to allow multiple triggers of the webhook after a short wait time?
Right now I have waited around 12 hours and I am still unable to trigger this job.

Thanks in advance for any help.