1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

fix: typo in process logging (#3212)

Signed-off-by: Melle Douwsma <melledouwsma@users.noreply.github.com>
هذا الالتزام موجود في:
Melle Douwsma
2025-10-03 10:41:20 +02:00
ملتزم من قبل GitHub
الأصل e00098b800
التزام b7e5232e07

عرض الملف

@@ -202,7 +202,7 @@ module Worker
logger.info "stopping tasks thread" logger.info "stopping tasks thread"
ActiveRecord::Base.connection_pool.with_connection do ActiveRecord::Base.connection_pool.with_connection do
if WorkerRole.release(:tasks) if WorkerRole.release(:tasks)
logger.info "releasesd tasks role" logger.info "released tasks role"
end end
end end
end end