django-q2
django-q2 copied to clipboard
ORM Cluster is not compatible with Oracle
We are using a Oracle database, and using the ORM cluster:
Q_CLUSTER = {
'name': 'DjangORM',
'workers': 4,
'timeout': 90,
'retry': 120,
'queue_limit': 50,
'bulk': 10,
'orm': 'default',
'log_level': 'DEBUG',
'max_attempts': 3,
}
If you try add a task to the cluster you get the error:
LIMIT/OFFSET is not supported with select_for_update on this database backend
But @germancollado help me to solve it!