From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [10.7.7.2] (unknown [182.253.183.90]) by gnuweeb.org (Postfix) with ESMTPSA id 39BD1804D1; Fri, 28 Oct 2022 19:49:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1666986560; bh=uPXmRiy83C8yLI5WMJVwfDQaWFNjTELTNJ0GF/5FCHI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=axqCPPusc1iU2+NytDxCrrrdj36CI+klmRD56hIwUM634awUWO7EFqL1WX96Sp/Ul GkrcOvi4OLSKfAOPlshfG8gKJk9PqheQ2Q7WFg1cBdhmlI8WT/GKy3+SytJt7v2suf 1SBsujezd/5lxwABIDN6w++HMjnuOOv4dz55oNKnq08CMIUlT1TyZKfNxK5TApc13v 4CvBzAbCWWRwpvPYmpvtT34lbn00TdO7LiN5Zi94SHtyuoS8iZtmlBpvHu9XphwP8R 9yTlQu+CPZUeJBvERjUaaTKQh0xQGeBx/wfgI1fMnsoufulyItg+msezCrwu8Hx8wC hsxLVXfQ1WVLg== Message-ID: Date: Sat, 29 Oct 2022 02:49:16 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH v1 2/2] daemon: telegram: Handle MySQL error Content-Language: en-US To: Muhammad Rizki Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20221027150823.601914-1-ammarfaizi2@gnuweeb.org> <20221027150823.601914-3-ammarfaizi2@gnuweeb.org> <1d500d37-b11b-75fd-38e5-d7f8e0a9b1d4@gnuweeb.org> <3a79a587-ddee-9e25-2ac5-b573938b44a9@gnuweeb.org> <043f55c3-67d8-9130-aca4-73c59926d2af@gnuweeb.org> <6aed0245-5156-7983-f4be-faf4d6cd7a13@gnuweeb.org> <67f786d9-f5b8-5e4a-3944-260483db1c6b@gnuweeb.org> From: Ammar Faizi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 10/29/22 1:18 AM, Muhammad Rizki wrote: > Anyway, I've ever wanted to refactor the DB using the SQLAlchemy and want to implement the clean-arch method too, but, IDK when to do that, maybe I could just re-create the daemon in my local and make the version 2 of it. Not now, maybe next year. For now, let's learn about ACID and how to handle error properly first. -- Ammar Faizi