Sfoglia il codice sorgente

:fire: timeout log

visuddhinanda 1 anno fa
parent
commit
56527c5c76
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      api-v8/app/Http/Api/Mq.php

+ 0 - 2
api-v8/app/Http/Api/Mq.php

@@ -174,9 +174,7 @@ class Mq
                 $channel->wait(null, false, $deadline - time());
                 $channel->wait(null, false, $deadline - time());
             } catch (\Throwable $th) {
             } catch (\Throwable $th) {
                 //throw $th;
                 //throw $th;
-                Log::error('rabbitmq timeout');
             }
             }
-
             // do something else
             // do something else
         }
         }
     }
     }