We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb8e64 commit 1f4c7feCopy full SHA for 1f4c7fe
1 file changed
src/slides.md
@@ -347,7 +347,7 @@ Some live demos!
347
348
## Top Tips
349
350
-- There is no interface for queues so be sure to handle errors properly.
+- There is no interface for queues so be sure to handle errors properly. Logging is important when things go wrong.
351
- If your users need to process something straight away then use a batch.
352
353
---
@@ -371,7 +371,7 @@ Some live demos!
371
## Warmer
372
373
- Warms the cache for content entities. Runs this process via a queue.
374
-- The sitemap.xml processing is a good example of storing an array in the queue item.
+- The sitemap.xml processing is a good example of storing an array in the queue data.
375
376
<small>https://www.drupal.org/project/warmer</small>
377
0 commit comments