Home > Mobile >  Masstransit schedule quartz issue
Masstransit schedule quartz issue

Time:05-04

I follow the the schedule queue situation

what is the problem?

CodePudding user response:

You aren't running Quartz on any of the endpoints. You'd need to have the actual Quartz consumers configured, along with Quartz, for it work. There is a sample available that shows how to configure it. Or you can configure it using the latest syntax which is only shown in the unit tests at this point.

  • Related