--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/d9452a64-3859-4787-8e28-d866d6b1c026%40googlegroups.com.
Should have mentioned this is on MT 2.10.1. By "recurring schedule", what I really mean is that once the consumer finishes it's actual task, it reschedule's itself.I feel I'm missing something fundamental here, the core issue is if I create an initial schedule when my service starts, each time I start my service, I end up with a new duplicate schedule.If I moved up to MT3, and used a true recurring schedule, would I face the same issue?Thanks.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/cf58f8c2-6ba0-4018-a449-f79833a9f3dd%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/d9452a64-3859-4787-8e28-d866d6b1c026%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
var triggerKey = new TriggerKey("Recurring.Trigger." + context.Message.Schedule.ScheduleId, context.Message.Schedule.ScheduleGroup);
bool unscheduledJob = _scheduler.UnscheduleJob(new TriggerKey(context.Message.ScheduleId, context.Message.ScheduleGroup));
bool unscheduledJob = _scheduler.UnscheduleJob(new TriggerKey(string.Format("Recurring.Trigger.{0}" ,context.Message.ScheduleId), context.Message.ScheduleGroup));
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/d9452a64-3859-4787-8e28-d866d6b1c026%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/ecb8013d-a10b-4c95-b3c7-9ac362267b2d%40googlegroups.com.