- Kubernetes Design Patterns and Extensions
- Onur Yilmaz
- 98字
- 2021-07-23 16:57:38
Scheduled Job Pattern
Distributed systems and the microservices architecture do not rely on temporal events for running services; instead, they focus on triggers such as HTTP requests, new database entries, or messaging queues. However, scheduling a task and expecting it to run at specified intervals are common approaches that are part of the "Scheduled Job Pattern". Microservices for maintenance operations, sending daily emails, or checking for old files should be scheduled at fixed intervals and must run to meet business needs. Kubernetes provides the CronJob resource for creating scheduled tasks, and it ensures that these jobs are running.
推薦閱讀
- 大數(shù)據(jù)項目管理:從規(guī)劃到實現(xiàn)
- 大數(shù)據(jù)專業(yè)英語
- 手把手教你學AutoCAD 2010
- Java開發(fā)技術全程指南
- DevOps:Continuous Delivery,Integration,and Deployment with DevOps
- 水晶石精粹:3ds max & ZBrush三維數(shù)字靜幀藝術
- 中國戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展:智能制造
- Troubleshooting OpenVPN
- Linux嵌入式系統(tǒng)開發(fā)
- Salesforce Advanced Administrator Certification Guide
- 大數(shù)據(jù)案例精析
- 一步步寫嵌入式操作系統(tǒng)
- Mastering Ansible(Second Edition)
- 從零開始學ASP.NET
- PostgreSQL High Performance Cookbook