MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / stop

Method stop

src/core/rabbit_mq/worker.py:31–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 raise
30
31 async def stop(self) -> None:
32 await self.consumer.close()
33 self.logger.info("🚦 RabbitMQ worker stopped successfully")

Callers 2

startMethod · 0.95
executeMethod · 0.95

Calls 2

infoMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected