Inventory Updates do not run concurrently

I have an concurrency issue with AWX that I hope I can get some advice on.

Currently I have a job template with “Enable Concurrent Jobs” set. This works nicely but, for this template the inventory needs to be updated every time before launching. The problem arises that when an instance of this job template is running the inventory source wont update, it will just sit there pending, which means I cant initiate another instance of the same template as required.

Basically concurrent jobs is not a problem but inventory source updates concurrent to jobs running that use said inventory are an issue. this is forcing a synchronous behavior. Is there any way around this? I can detail my setup if needed.

Many thanks in advance for any help or advice you can give me.
Scott