# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/fa55fha
日常工作,MQ 的 8 種常用使用場景**
前言--大家好,我是田螺。我們日常開發中,經常跟 MQ(消息隊列) 打交道。本文田螺哥梳理了 MQ 的 8 種使用場景。異步處理-------面試官在問我們 MQ 作用時,很多夥伴馬上想到異步處理、解耦、流量削鋒等等。MQ 最常見的應用場景之一就是異步處理。 比如,在用戶註冊場景中,當用戶信息保存成功後,系統需要發送一個短信、或者郵箱消息,通知用戶註冊成功。如果這個短信或者郵箱消息發送比較耗時, ⌘ Read more