Dependency-check-interval

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
 
(renamed tag to directive)
 
Line 1: Line 1:
 
[[Category:Configuration]]
 
[[Category:Configuration]]
  
The <dependency-check-interval> tag configures how often Resin should check <[[web-app]]> or <[[host]]> [[Dependency Checking|dependencies]] for restarting.  The restarting behavior is controlled by the <[[redeploy-mode]]> tag.
+
The <dependency-check-interval> directive configures how often Resin should check <[[web-app]]> or <[[host]]> [[Dependency Checking|dependencies]] for restarting.  The restarting behavior is controlled by the <[[redeploy-mode]]> directive.
  
 
<dependency-check-interval> uses [[Period Configuration]] values.
 
<dependency-check-interval> uses [[Period Configuration]] values.
  
 
During development, a <dependency-check-interval> of "2s" is appropriate.  For deployment, a much large value like "1h" or "1d" is appropriate.
 
During development, a <dependency-check-interval> of "2s" is appropriate.  For deployment, a much large value like "1h" or "1d" is appropriate.

Latest revision as of 20:21, 21 February 2006


The <dependency-check-interval> directive configures how often Resin should check <web-app> or <host> dependencies for restarting. The restarting behavior is controlled by the <redeploy-mode> directive.

<dependency-check-interval> uses Period Configuration values.

During development, a <dependency-check-interval> of "2s" is appropriate. For deployment, a much large value like "1h" or "1d" is appropriate.

Personal tools