ahydrax / Hangfire.MissionControl

A plugin for Hangfire that enables you to launch jobs manually.
MIT License
60 stars 10 forks source link

Use mission queue name #1

Closed Liminiens closed 5 years ago

Liminiens commented 5 years ago

Now mission is always launched on default queue (from EnqueuedState constructor). This fixes it.

ahydrax commented 5 years ago

Thanks!