Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4a36bd

Browse files
committed
update conf
1 parent 0738448 commit b4a36bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/conf.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,9 @@ App settings
101101
# constant, for automatically invalidation after defined seconds.
102102
# By default cache invalidate only when admin update some templates.
103103
DB_MAILER_CACHE_TIMEOUT = None
104+
105+
# We are strongly recommended use a different queue for signals, mail and mail on signals
106+
# Because on standard mail queue you will need to use a priorities
107+
# Big queues with countdown will constantly interfere and will be break, if priority steps are to be used on current queue
108+
DB_MAILER_SIGNALS_QUEUE = "default"
109+
DB_MAILER_SIGNALS_MAIL_QUEUE = "default"

0 commit comments

Comments
 (0)