HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
ftest_dc_CrawlerTask_batch_processing.py File Reference

Go to the source code of this file.

Namespaces

 ftests.ftest_dc_CrawlerTask_batch_processing
 

Functions

def ftests.ftest_dc_CrawlerTask_batch_processing.processFullBatch (input_object)
 

Variables

list ftests.ftest_dc_CrawlerTask_batch_processing.url_list
 
string ftests.ftest_dc_CrawlerTask_batch_processing.PYTHON_BINARY = "/usr/bin/python"
 
string ftests.ftest_dc_CrawlerTask_batch_processing.CRAWLER_BINARY = "../../bin/crawler.py"
 
string ftests.ftest_dc_CrawlerTask_batch_processing.CFG = "--config=../../ini/crawler.ini"
 
 ftests.ftest_dc_CrawlerTask_batch_processing.Results = namedtuple("Results", "exit_code output err")
 
 ftests.ftest_dc_CrawlerTask_batch_processing.input_object = Batch(url_list)
 
def ftests.ftest_dc_CrawlerTask_batch_processing.result = processFullBatch(input_object)
 
 ftests.ftest_dc_CrawlerTask_batch_processing.generalResponse = pickle.loads(result.output)