Index: openacs-4/packages/acs-core-docs/www/tutorial-schedule-procs.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/tutorial-schedule-procs.adp,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-core-docs/www/tutorial-schedule-procs.adp 25 Apr 2018 08:38:28 -0000 1.4 +++ openacs-4/packages/acs-core-docs/www/tutorial-schedule-procs.adp 2 Mar 2019 19:30:06 -0000 1.4.2.1 @@ -1,5 +1,5 @@ -{/doc/acs-core-docs {ACS Core Documentation}} {Scheduled Procedures} +{/doc/acs-core-docs/ {ACS Core Documentation}} {Scheduled Procedures} Scheduled Procedures

-Scheduled Procedures

Put this proc in a file /packages/myfirstpackage/tcl/scheduled-init.tcl. +Scheduled Procedures

Put this proc in a file /packages/myfirstpackage/tcl/scheduled-init.tcl. Files in /tcl with the -init.tcl ending are sourced on server startup. This one executes my_proc every 60 seconds:

 ad_schedule_proc 60 myfirstpackage::my_proc