/images/avatar.jpg
杂七杂八的,随手记录。

Github API: Fetch issues with exceeds rate limit prematurely

本文为摘录(或转载),侵删,原文为: https://stackoverflow.com/questions/33655700/github-api-fetch-issues-with-exceeds-rate-limit-prematurely

1 Q

I am building an app that fetches the issues and pull requests of over 1K github repos, like this.

1
$ curl -i "https://api.github.com/repos/user/repo/issues?state=closed"

My problem is that, after the initial 60 iterations I get a rate limit error:

shared cache invalidation

本文为摘录(或转载),侵删,原文为: https://github.com/postgres/postgres/blob/master/src/backend/storage/ipc/sinval.c

1 prelog

共享缓存失效消息在一个无限数组中存储,maxMsgNum 是下一个数组下标来存储提交的消息, minMsgNum 是最小的数组下标,包含尚未被所有后端读取的消息,始终满足 maxMsgNum >= minMsgNum。每个活跃后端都有一个 nextMsgNum 指针,指示下一个需要读取的消息;对每个后端都有 maxMsgNum >= nextMsgNum >= minMsgNum。

解决calibre导入书籍和传输书籍不是中文名称问题

十年前的微信消息收发架构长啥样

本文为摘录(或转载),侵删,原文为: https://mp.weixin.qq.com/s/dD-aPhnynOqSC3MUYLjeAA

2023 年,微信及 WeChat 的 DAU(月活用户)达到 13.4 亿,微信已经是很多人工作、生活中不可或缺的一个环节。从 2011 年 1 月 21 日上线至今,微信已经走过了 13 个年头,其背后的技术基座与架构也发生了巨大的变化。