Aggiunta codice test coda python redis con Python-RQ

This commit is contained in:
2025-04-22 17:59:48 +02:00
parent d94cf7d08b
commit 5d9d7a76e7
5 changed files with 61 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#REDIS_URL = 'redis://localhost:6379/1'
# You can also specify the Redis DB to use
REDIS_HOST = 'localhost'
REDIS_PORT = 6379
REDIS_DB = 0
# REDIS_PASSWORD = 'very secret'
REDIS_PASSWORD = '24068Seriate'
# Queues to listen on
QUEUES = ['high', 'default', 'low']