Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Is how could I manage delay AWS Eventbridge trigger time?

I made a eventbridge evoking every minute to fetch data and save it.

Lmabda that eventbridge evokes consumes around 80mb ~ 90mb and takes around 3000ms ~3500ms (3~3.5 sec)

As you could see, my lambda is triggered at ??:35 sec which I didn’t expected

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

I expected lambda to run every ??:00 like example AWS shows

expected to run at :

05:01:00, 05:02:00, 05:03:00, 05:04:00, …

reality :

05:01:35, 05:02:35, 05:03:35, 05:04:35, …

should I start event trigger at ??:00 by my self?


enter image description here


enter image description here

>Solution :

You can’t change that, as resolution of EB is 1 minute, not seconds. From docs:

Your scheduled rule runs within that minute, but not on the precise 0th second.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading