adrien2p / medusa-plugins

A collection of awesome plugins for medusa :rocket:
https://medusa-plugins.vercel.app
MIT License
161 stars 46 forks source link

feat(typeorm): Add event subscriber #83

Closed juanzgc closed 1 year ago

juanzgc commented 1 year ago

Add TypeORM entity subscriber to be used with MedusaJS.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
medusa-plugins ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2023 1:12am
adrien2p commented 1 year ago

I am wondering, when there is concurrent requests in some cases could the listener be replaced just before it is called and create inconsistencies ?

adrien2p commented 1 year ago

Any news?