Before this commit, the JsrPartitionHandler was polling partitions completion continuously. This causes a high CPU usage. This commit makes the polling thread sleep for a configurable amount of time in order to decrease CPU usage during the polling period. Resolves BATCH-2401