Project

General

Profile

User story #3016

Updated by François ARMAND over 11 years ago

Two parts:  

 - in the UI, add a "scheduled action" on rule screen to allows to add enable/disable date ; 
 - in the back-end, add a scheduler.  

 I believe that we are going to have to use Quartz, even if it's reputed to be a big pile of crap, because: 

 - scheduling is hard ;  
 - date/time is hard ;  
 - Quartz is a well known horror, well documented and stack-overflowed;  

 http://quartz-scheduler.org 




 http://quartz-scheduler.org/d 



Back