cookpad / kuroko2

Kuroko2 is a web-based job scheduler / workflow engine.
MIT License
313 stars 72 forks source link

Update name validation to match db constraint #130

Closed errm closed 5 years ago

errm commented 5 years ago

40 characters is too restrictive for our use, as we are giving job definitions the same name as rake tasks that they are running.

I have increased the limit to 180 to match the size of the database column.