reanahub / reana-workflow-engine-serial

REANA Workflow Engine Serial
http://reana-workflow-engine-serial.readthedocs.org
MIT License
0 stars 33 forks source link

utils: restrict job_name length #67

Closed tiborsimko closed 5 years ago

tiborsimko commented 5 years ago

Signed-off-by: Tibor Simko tibor.simko@cern.ch

tiborsimko commented 5 years ago

(Could also increase DB column size alongside CVMFS... CC @dinosk)

dinosk commented 5 years ago

https://github.com/reanahub/reana-db/pull/27 removes the length limit from Job.name, Job.cvmfs_mounts, and Job.env_vars

tiborsimko commented 5 years ago

Not needed as we increased DB column.