Skip to content

Commit

Permalink
Give redis queue a name
Browse files Browse the repository at this point in the history
  • Loading branch information
asennoussi committed Dec 4, 2023
1 parent a68a638 commit bea839b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emailguru/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
'DB': 0,
# 'PASSWORD': 'some-password',
'DEFAULT_TIMEOUT': 360,
'NAME': 'emailgurus_queue'
}
}
RQ_SHOW_ADMIN_LINK = True
Expand Down

0 comments on commit bea839b

Please sign in to comment.