Running scripts at the same time

Hi,

I have a few problems with my HA deploy and I don’t find a fast solution for them so … I’m here asking for support!

I have my own scripts for TTS notifications (depending on the presence sensors I use one or other google home for that) and for visual notifications (Leds strips and bulbs, etc …). In this scripts I’m using arguments like “entity_id”, “text to speech”, “colour”, “time”, etc … the problem is that sometimes one or more calls to the same scripts happen while the script (with same name but different argument vars) is running and the last scripts calls doesn’t exec.

(MainThread) [homeassistant.components.script] Script script.flash_luz_rojo already running.

How could I run this scripts at the same time?

Also I have a similar problem with the TTS notifications in google home devices, I would like to add the TTS requests in a playlist or something similar for avoid the overlap between TTS notifications.

Thanks for your support!!