producers, consumers, rabbit_client
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import asyncio
|
||||
|
||||
from src.messaging.consumers.consumers import email_consumer
|
||||
|
||||
|
||||
async def main() -> None:
|
||||
await email_consumer.start_consuming()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
asyncio.run(main())
|
||||
Reference in New Issue
Block a user