GithubHelp home page GithubHelp logo

Comments (12)

yoonper avatar yoonper commented on June 2, 2024

似乎任务调度有问题
Cron 配置了吗

from code6.

skr-rks avatar skr-rks commented on June 2, 2024

是指定时时间吗?

from code6.

yoonper avatar yoonper commented on June 2, 2024

如果是 Docker 部署,默认是配置好了的,没有启动任务检查一下 Cron 是否正常工作
如果是源码部署,参考:源码部署 - 配置任务调度

from code6.

skr-rks avatar skr-rks commented on June 2, 2024

我是docker部署的。请问查看core是否正常需要看哪个log呢?

from code6.

yoonper avatar yoonper commented on June 2, 2024

Cron 每分钟启动,然后剩下的任务由框架调度
只要 /storage/logs 下的任一日志有更新,应该就是有正常工作

from code6.

skr-rks avatar skr-rks commented on June 2, 2024

logs下的四个log文件都实时更新的。。那这个扫描任务是否在进行呀,这个最近扫描时间一直无变化

from code6.

yoonper avatar yoonper commented on June 2, 2024

可能没有正常工作,麻烦提供一下近期 code6-*.logjob-run-*.log 日志

from code6.

yoonper avatar yoonper commented on June 2, 2024

升级到 1.5.3 的时候新数据表没有导入,执行下面命令就可以了:

php artisan migrate --force

from code6.

skr-rks avatar skr-rks commented on June 2, 2024

执行了还是不行。

from code6.

yoonper avatar yoonper commented on June 2, 2024

执行完后数据库应该有一张 config_common 表,看下是否存在

from code6.

skr-rks avatar skr-rks commented on June 2, 2024

存在该表。内容为
mysql> select * from config_common;
+----+----------------+-------+
| id | key | value |
+----+----------------+-------+
| 1 | whitelist_file | [] |

from code6.

yoonper avatar yoonper commented on June 2, 2024

已解决,未到任务启动时间。

from code6.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.