From feb87b6443e89b38f3e02c221e807849f4253d65 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 8 Jul 2024 16:12:22 -0500 Subject: [PATCH] Log when we've written call start --- lib/call_attempt_repo.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/call_attempt_repo.rb b/lib/call_attempt_repo.rb index 57f4ba7..a6f0ebc 100644 --- a/lib/call_attempt_repo.rb +++ b/lib/call_attempt_repo.rb @@ -39,6 +39,7 @@ class CallAttemptRepo "jmp_customer_ongoing_calls-#{customer.customer_id}", call_id ).then do + log.info "starting_call started #{customer.customer_id} #{call_id}" redis.expire( "jmp_customer_ongoing_calls-#{customer.customer_id}", 60 * 60 -- 2.45.2