ravendb / quartznet-RavenDB

RavenDB JobStore support for Quartz.NET scheduler.
Apache License 2.0
27 stars 19 forks source link

Unable to remove trigger #3

Closed tomsawdayee closed 8 years ago

tomsawdayee commented 8 years ago

When I call UnscheduleJob, the trigger for the selected job is supposed to be removed.

As it seems, in file RavenJobStore.cs, function RemoveTrigger is supposed to remove the trigger. Currently, it does not seem to remove the trigger. It is looking for triggers, but when it finds any, it does not do anything. Is there anything you can do to resolve this?

Thanks,

Tom

iftahbe commented 8 years ago

Yes it's a bug, I'll fix it.

tomsawdayee commented 8 years ago

Wonderful. Looking forward

Thanks

iftahbe commented 8 years ago

I tested it, UnscheduleJob() works now. I will also update the nugget package and add a test for that soon.

tomsawdayee commented 8 years ago

Great. I'm waiting for the package :)

iftahbe commented 8 years ago

Package 1.0.3 published. Thanks...