celery / django-celery

Old Celery integration project for Django
http://celery.github.com/django-celery
BSD 3-Clause "New" or "Revised" License
1.53k stars 452 forks source link

TaskState model task_id field max_length=36 too short #400

Open Garfier opened 9 years ago

Garfier commented 9 years ago

TaskMeta mode defines task_id max length 255, but in model TaskState is 36. this cause some problems when use celerycam in case of task_id exceed max length 36.

auvipy commented 8 years ago

send a PR