Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
start
Method · 0.95
execute
Method · 0.95
Calls
2
info
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected