Koed00 / django-q

A multiprocessing distributed task queue for Django
https://django-q.readthedocs.org
MIT License
1.83k stars 285 forks source link

UUID for primary key gives error #699

Open the-mace opened 1 year ago

the-mace commented 1 year ago

Error: (1366, "Incorrect int value: 'fa6dc4d395834f279e84a861509a302a' for column 'id' at row 1") Its expecting an int instead of a UUID for the ID

Location:

app | django-q function | save_task level | ERROR line | 523 log_source | django module | cluster

django-q should not assume IDs are integers.