django-db-queue
django-db-queue copied to clipboard
Blocking Limitation when using with mysql-connector-python
Hi,
FYI - for anyone attempting to use django-db-queue
with mysql-connector-python
I've encountered a blocking limitation insofar as the connector does not yet support Django enum types and hence throws a TypeError: Python 'states' cannot be converted to a MySQL type
When trying to create a Job
I've raised the issue with the mysql team who have added it as a feature enhancement for a future release.