Skip to content
Snippets Groups Projects
Commit 2444f59c authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Add link to RQ queues in Django admin

parent 27798420
No related branches found
No related tags found
1 merge request!2426Add link to RQ queues in Django admin
......@@ -415,6 +415,8 @@ RQ = {
"QUEUE_CLASS": "arkindex.project.rq_overrides.Queue"
}
RQ_SHOW_ADMIN_LINK = True
# How many keys to delete at once inside a sorted set in Redis using a single ZREM command
REDIS_ZREM_CHUNK_SIZE = 10000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment