Leo Q
Leo Q
### Discussed in https://github.com/hhyo/Archery/discussions/1766 Originally posted by **beebird** August 12, 2022 * Binary data 显示的不具有可读性: ```sql select id, uid, account from `table1` order by id limit 1; ``` 2 |...
recently I found that the redis we are using for docker registry is running out of memory , I checked the source code of docker registry and did not find...
**Describe the bug** I set up a scrape job for squid exporter and got scrape timeout occasionally How can I troubleshoot this? I saw no logs either in squid exporter...
### 重现步骤 1. 创建一个工单, 里面至少有一个审批节点 2. 删除审批节点对应的用户组 3. 尝试进入工单 ### 预期外的结果 页面上 500 报错: ``` File "/opt/venv4archery/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/archery/sql/views.py", line...
有时候开发者不知道需要查询的表在哪个实例, 数据库, 如果说能提供一个 search 的 api, api 默认可以是初始化所有可用实例, 并且在实例中查找 table 或 db, 最后返回给用户一个结构体, 前端渲染这个结构体, 让用户可以一键填充这些字段, 包括实例, db, table 等. 这个功能实现后, 会比较方便一些不知道table 在哪里的用户, 应该可以说是一个很大的体验提升
### 重现步骤 N/A ### 预期外的结果 N/A ### 日志文本 ```shell N/A ``` ### 版本 1.10.0 ### 部署方式 Docker ### 是否还有其他可以辅助定位问题的信息?比如数据库版本等 django-q 已经两年没更新了, 可以理解为作者弃用了, 相关的知识也比较少, 可以考虑更换为用户更多, 知识更多的 django-rq 或 celery * django-rq...
We've been using bandersnatch for years, recently, I found it's hard to actually run `bandersnatch verify` as we're using s3 as storage and it already contains millions of packages. Loading...
### 🥰 需求描述 私有化部署后, 有时候有自己设置自己的插件中心和 agent 中心的需求, 但是如果简单的替换, 会丧失之前拥有的社区优势, 而镜像社区的中心到私有的插件中心, 虽然可以实现, 但是不算特别优雅. 所以此时如果 `AGENTS_INDEX_URL` 和 `PLUGINS_INDEX_URL` 中可以配置多个, 那么就可以解决这个问题 ### 🧐 解决方案 以 agent 市场为例 https://github.com/lobehub/lobe-chat/blob/0988466b99b13cff19d9957f7876c5db130e9b15/src/app/api/market/route.ts#L10 此处get 到 config, 并用` ,...
patroni dont need selector https://github.com/zalando/patroni/blob/89d794facc3e1fa728ccfbe6ac0323d668c8e021/kubernetes/patroni_k8s.yaml#L1-L10 #### What this PR does / why we need it when creating service with selector, there's a chance that it would block installation #### Which...
fix https://github.com/lobehub/lobe-chat/issues/1559 #### 💻 变更类型 | Change Type - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ]...