fix: rmq
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m46s
Build and Deploy Go App / deploy (push) Successful in 53s

This commit is contained in:
Iron_Felix 2025-12-05 21:20:51 +03:00
parent 6a5994e33e
commit 62e0633e69
4 changed files with 53 additions and 187 deletions

View file

@ -197,7 +197,6 @@ func (s Server) GetTitles(ctx context.Context, request oapi.GetTitlesRequestObje
// Делаем RPC-вызов — и ЖДЁМ ответа
err := s.RPCclient.Call(
ctx,
"svc.media.process.requests", // ← очередь микросервиса
mqreq,
&reply,
)