Welcome to Mikihands Blog

キーワードで投稿を検索します。


すべての投稿

There are a total of 114 posts.

UbuntuにおけるDNSリゾルバの理解

Published 4月 23, 2025 by whitedec

Ubuntuにおけるsystemd-resolvedベースのDNSリゾルバ構造とresolv.conf設定、ネットワークトラブルシューティングの基本原理を説明するポストです。

#dns , #systemd-resolved , #resolv.conf

Django on_commit + Celery, レプリカ環境での問題解決

Published 4月 21, 2025 by whitedec

Djangoでのtransaction.on_commit()、Celeryの非同期処理、そしてレプリカ環境が交差して発生した問題を解決した実際の事例を共有します。

#django , #celery , #transaction , #webhook , #replica

レプリカ環境における on_commit + Celery + ManyToMany 遅延問題の分析

Published 4月 20, 2025 by whitedec

Djangoで transaction.on_commit() と Celery を使用する際のレプリカ環境で発生する遅延問題を分析し、解決策を提示します。

#django , #celery , #transaction , #replica