RomainLanz / adonis-bull-queue

Queue system based on BullMQ for AdonisJS
MIT License
144 stars 26 forks source link

HMR Support? #44

Open ThisIsMissEm opened 5 months ago

ThisIsMissEm commented 5 months ago

I realized whilst I was hacking on our own BullMQ worker command that commands don't seem to support HMR via --hmr

In development, lack of HMR is kinda frustrating, is this supported in this package? Kinda related to #39

RomainLanz commented 5 months ago

Yes! It is doable and planned! We may need to change a few things in Ace first; we are checking internally.