Bug #6600
Updated by Bryan Cosca about 9 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.
@current_job@, @current_task@, @task_set_output@ were all updated.
@one_task_per_input_file@ will be updated in #7660