Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0738448 commit b4a36bdCopy full SHA for b4a36bd
docs/conf.rst
@@ -101,3 +101,9 @@ App settings
101
# constant, for automatically invalidation after defined seconds.
102
# By default cache invalidate only when admin update some templates.
103
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