Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
2025年2月12日这个坑为啥关了
AI工具太先进了,Google基本用不到了
Feb 12, 20251 min read
2022年07月07日Prometheus容量限制
针对 Prometheus 最好追加个容量方面的限定参数,例如我这边配置了: '--storage.tsdb.retention.time=6month' '--storage.tsdb.retention.size=2GB' 6个月或者总容量到达 2GB 的时候自动清除老的数据,默认 Prometheus 清除时间为 15d,很多刚开始接触 Prometheus 的同学表示为什么会「丢数据」也是因为这个原因。
Jul 7, 20221 min read
2022年07月07日策略模式
@Resource private List taskServiceList; 可以注入实现了所有ITaskService接口的实现类
Jul 7, 20221 min read
2022年05月27日 线程池
配合MQ保证任务不丢失 使用默认的ThreadPoolExecutor.AbortPolicy策略,如果抛出RejectedExecutionException异常则返回给MQ消费失败,MQ会保证自动重试。
May 27, 20221 min read

