aces / cbrain

CBRAIN is a flexible Ruby on Rails framework for accessing and processing of large data on high-performance computing infrastructures.
GNU General Public License v3.0
70 stars 43 forks source link

Rip out all code that implements the subtasking mechanism #1376

Open prioux opened 5 months ago

prioux commented 5 months ago

We have code that allows a running cluster job to prepare a JSON description (unrelated to Boutiques) for new cluster jobs to be created within CBRAIN. CBRAIN will poll for these JSON files and created new tasks. It was needed only in a experimental project, we don't need this anymore.

Code to look for: submit_subtasks_from_json in cluster_task.rb (and check all related commits elsewhere).