I use automations to run a job with time intervals. My problem is that I cannot make it trigger more often than every second minute. I wanted it to run every 5 seconds. I tried scheduling at database level instead but since I send emails using Apex it needs a context that I cannot provide.
What is the case here? Am I stuck with every 2. minute? I guess I could use the two minute frame to loop but that seems risky.