bi01081993 / ncron

Automatically exported from code.google.com/p/ncron
Apache License 2.0
0 stars 0 forks source link

Add support for external schedule sources #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In some applications, the schedules are not known when compiling the 
service. Instead, scheduling information is to be read from configuration 
files and/or database when the service is starting. The API could look 
like this:

service.AddScheduleSource(new SomeScheduleSourceImplementation());

The IScheduleSource interface should contain an Changed event, allowing 
the scheduling service to reload schedules from the source whenever it is 
changed, without requiring a restart.

Original issue reported on code.google.com by jsr%mala...@gtempaccount.com on 26 Jan 2010 at 8:38

GoogleCodeExporter commented 8 years ago
This is exacty what I was looking for. Will this be part of 2.1 release ? 

Original comment by VRUSHALV...@gmail.com on 17 Sep 2010 at 4:49

GoogleCodeExporter commented 8 years ago
Is this completed? Is there a way to dynamically look up for new jobs created 
with new schedules and load them without stopping the service?

Original comment by rajasekh...@gmail.com on 25 Nov 2014 at 5:21