Browse Source

Merge pull request #2256 from visuddhinanda/development

:fire: timeout log
visuddhinanda 1 year ago
parent
commit
1892a03872
1 changed files with 0 additions and 2 deletions
  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
         }
         }
     }
     }