[Vtigercrm-commits] [Vtiger development] #8166: [Vtigercrm-developers] manifest scheduler

Vtiger development vtiger-tickets at trac.vtiger.com
Thu Jul 24 05:00:55 GMT 2014


#8166: [Vtigercrm-developers] manifest scheduler
-----------------------+-------------------------
 Reporter:  rishab     |      Owner:  developer
     Type:  defect     |     Status:  new
 Priority:  minor      |  Milestone:  6.1.0
Component:  vtigercrm  |    Version:  6.1.0 - wip
 Severity:  High       |   Keywords:
-----------------------+-------------------------
 I'd like, when my module installs, to set it's scheduler task to
 "Inactive" so it doesn't even try and run until the administrator is ready
 to start it.

 <cron>
     <name>Geocoding Scheduler</name>
     <frequency>86400</frequency>
     <status>0</status>
     <handler>modules/GeoTools/resources/GeoToolsCron.service</handler>
     <description>Recommended frequency for Geocoding service is 24
 hours</description>
 </cron>

 Note the status is 0. Unfortunately it always installs as "Active". Is
 this a bug in the module installer or am I setting it wrong?

 Thanks

 Al

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8166>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list