LexiEnglishBot / Lexi

MIT License
1 stars 0 forks source link

Admin notifications #60

Open MatinGhanbari opened 2 weeks ago

MatinGhanbari commented 2 weeks ago

Send bot exceptions or faults to the admins

MohammadYSF commented 2 weeks ago

Seems a challenging issue

MatinGhanbari commented 2 weeks ago

Just a simple catch statement in this stage gets the job done.

@MohammadYSF

MohammadYSF commented 2 weeks ago

I agree about LexiService How about faults in other micro services What's your idea ?

MatinGhanbari commented 2 weeks ago

Any failure in any service can catch and send related messages or events though bus or grpc to Lexi service. Lexi service manages and notify the admins

MohammadYSF commented 2 weeks ago

Simple and good