Project

General

Profile

Bug #6600

Updated by Bryan Cosca over 8 years ago

Most of the convenience functions in @__init__.py@ currently don't: @current_job@, @current_task@, @one_task_per_input_file@, @task_set_output@.    Find these methods and extend them to support a @num_retries@ keyword argument with a sensible default. 


 Resolved edit:  
 

 @current_job@, @current_task@, @task_set_output@ were all updated. 

 @one_task_per_input_file@ will be updated in #7660

Back