# 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/lame2yq
任務系統之任務流程可視化**
在運維自動化平臺中,任務系統無疑是最核心的組成部分之一。它承擔着所有打包編譯、項目上線、日常維護等運維任務的執行。通過任務系統,我們能夠靈活地構建滿足不同需求的自定義任務流。早期的任務流後端採用了類似列表的存儲結構,根據任務流內子任務的排序依次執行,儘管通過配置相同的順序可以實現子任務的並行執行,但由於前端使用了簡單的steps.js插件,無法直觀地展示並行執行的過程。就像下圖這樣,儘管 iOS ⌘ Read more