GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
* [PATCH v1 0/2] A bug fix and allow custom MySQL port
@ 2022-12-24 22:00 Ammar Faizi
  2022-12-24 22:00 ` [PATCH v1 1/2] telegram: listener: Fix missing MySQL error recovery function Ammar Faizi
  2022-12-24 22:00 ` [PATCH v1 2/2] Allow custom MySQL port from the env file Ammar Faizi
  0 siblings, 2 replies; 6+ messages in thread
From: Ammar Faizi @ 2022-12-24 22:00 UTC (permalink / raw)
  To: GNU/Weeb Mailing List
  Cc: Ammar Faizi, Muhammad Rizki, Alviro Iskandar Setiawan

From: Ammar Faizi <[email protected]>

Hi,

There are two patches in this series. A bug fix due to recent commit:

   ce17f3e8016c ("telegram: Implement the log message for catching errors")

Also, add a new environment variable DB_PORT for allowing custom MySQL
server port.

Signed-off-by: Ammar Faizi <[email protected]>
---

Ammar Faizi (2):
  telegram: listener: Fix missing MySQL error recovery function
  Allow custom MySQL port from the env file

 daemon/dc.py                       |  7 +++++++
 daemon/discord.env.example         |  1 +
 daemon/telegram.env.example        |  1 +
 daemon/telegram/mailer/listener.py | 21 ++++++++++-----------
 daemon/tg.py                       |  7 +++++++
 5 files changed, 26 insertions(+), 11 deletions(-)


base-commit: f81cc5ddc5e577f01b8fc916ca43e4c1248f4276
-- 
Ammar Faizi


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-12-24 22:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-24 22:00 [PATCH v1 0/2] A bug fix and allow custom MySQL port Ammar Faizi
2022-12-24 22:00 ` [PATCH v1 1/2] telegram: listener: Fix missing MySQL error recovery function Ammar Faizi
2022-12-24 22:59   ` Muhammad Rizki
2022-12-24 22:00 ` [PATCH v1 2/2] Allow custom MySQL port from the env file Ammar Faizi
2022-12-24 22:57   ` Muhammad Rizki
2022-12-24 22:59     ` Ammar Faizi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox