discord bot with AWS

Hey folks, currently working on a application using discord.js that does the standard on thread create/update event action on ECS fargate task. Currently thinking of adding some fault tolerence in way where if say the container crashed and i might loose some of the thread.
Is there a way i could maybe pool those events that occurred after a specific timestamp(ex: if i have the timestamp of the last event occurred)
or if there are any other ways i could make sure there are no events missed?
Was this page helpful?