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?
2 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!not quite familiar with this and pretty new to discordjs, if you do have the link handy on how can resume a session or events that would be great.