Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[错误报告]: 定时任务列表加载不出来,执行订阅定时搜索任务之后就查不出来了 #3635

Open
4 tasks done
907739769 opened this issue Dec 29, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@907739769
Copy link

907739769 commented Dec 29, 2024

确认

  • 我的版本是最新版本,我的版本号与 version 相同。
  • 我已经 issue 中搜索过,确认我的问题没有被提出过。
  • 我已经 Telegram频道 中搜索过,确认我的问题没有被提出过。
  • 我已经修改标题,将标题中的 描述 替换为我遇到的问题。

当前程序版本

v2.1.6

运行环境

Docker

问题类型

主程序运行问题

问题描述

定时任务列表加载不出来,执行订阅定时搜索任务之后,然后修改消息通知渠道和消息发送范围,保存之后就出现定时任务查不出来的问题,再运行半小时之后,所有接口无响应

发生问题时系统日志和配置文件

2024/12/29 12:46:53 [error] 80#80: *5798 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.96.1, server: moviepilot, request: "GET /api/v1/dashboard/schedule HTTP/1.1", upstream: "http://127.0.0.1:3001/api/v1/dashboard/schedule", host: "mp2.xxx.com"
@907739769 907739769 added the bug Something isn't working label Dec 29, 2024
@907739769
Copy link
Author

现在是所有的接口都出现超时

@907739769
Copy link
Author

image

@907739769
Copy link
Author

version: '3.3'

services:

moviepilot:
    stdin_open: true
    tty: true
    container_name: moviepilot-v2
    hostname: moviepilot-v2
    ports:
        - target: 3000
          published: 13002
          protocol: tcp
    volumes:
        - '../../docker-data/emby:/media'
        - '/volume1/download:/data/downloads'
        - './config:/config'
        - './core:/moviepilot/.cache/ms-playwright'
        - '/var/run/docker.sock:/var/run/docker.sock:ro'
    environment:
        - 'NGINX_PORT=3000'
        - 'PORT=3001'
        - 'PUID=1026'
        - 'PGID=100'
        - 'UMASK=000'
        - 'TZ=Asia/Shanghai'
        - 'SUPERUSER=admin'
    restart: always
    image: jxxghp/moviepilot-v2:latest

@907739769
Copy link
Author

907739769 commented Dec 29, 2024

重启容器之后再次执行定时搜索订阅任务,任务执行中,修改通知渠道和通知发送范围,保存之后会重新加载模块,这个时候就会卡住,定时任务查询不出来了

@907739769
Copy link
Author

日志显示定时搜索订阅任务还在执行中

@907739769
Copy link
Author

再过一段时间所有接口不可用了 页面打不开

@907739769
Copy link
Author

搜索订阅任务还在执行中 重启恢复正常

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant