Pipeline management software for clusters.
Agent Success
Agent success rate when using this tile
67%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.05x
Baseline
Agent success rate without this tile
64%
Build a computational workflow that processes data records using a temporary database service. The workflow should:
The database service should provide connection information (host and port) to jobs that need to access it. Jobs should be able to start the service, use it during their execution, and have it automatically cleaned up when no longer needed.
@generates
def run_database_workflow(records, job_store_location):
"""
Execute a workflow that processes records using a database service.
Args:
records: List of data records to process
job_store_location: Path for workflow persistence
Returns:
Aggregated results from processing all records
"""
passProvides workflow management and service job capabilities for managing long-running processes like databases.
tessl i tessl/pypi-toil@9.0.0docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10