# 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/nadd4qa
分佈式任務調度系統之任務編排及工作流實現原理與 golang 實踐**
I. 內容提要定時調度系統(定時任務、定時執行)算是工作中經常依賴的中間件系統,簡單使用操作系統的 crontab,或基於 Quartz,xxl-job 來搭建任務調度平臺,行業有很多優秀的開源產品和中間件。瞭解其工作和設計原理,有助於我們完善或定製一套適合公司業務場景的任務調度中間件,之前寫了兩篇文章介紹了調度負載均衡和定時延時任務的內容,可以參考。 分佈式調度分發負載均衡及服務保持 ⌘ Read more