Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.3.0
-
None
-
None
Description
The CrunchJobControl currently uses a hard-coded poll interval of 5 seconds to check on running jobs. This is valid when running jobs on large datasets on a cluster, but results in unnecessary waiting when running in local mode. By using a smaller poll interval when running in local mode, the performance of the integration tests can be greatly improved.