meetings / gearsloth

Gearman job persistence and delayed execution system
MIT License
2 stars 0 forks source link

Mysql database schema #56

Open tstarck opened 10 years ago

tstarck commented 10 years ago

Mysql adapter stores tasks in a TEXT column, which is limited to 64 kilobytes.

http://stackoverflow.com/a/6766854

We should probably use MEDIUMTEXT or LONGTEXT before 1.0 release.