django-q2 icon indicating copy to clipboard operation
django-q2 copied to clipboard

ORM Cluster is not compatible with Oracle

Open jv3ga opened this issue 10 months ago • 0 comments

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

error_orm_oracle

But @germancollado help me to solve it!

jv3ga avatar Apr 26 '24 09:04 jv3ga