Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Laravel Horizon 仪表板上,某些作业总是显示为“暂停”:
我怎样才能防止这个问题?
我遇到过同样的问题。它似乎奏效了,突然工作会无缘无故地暂停。我在同一个redis服务器上使用了两个应用程序,所以偶尔会发生冲突。
要解决此问题,您需要修改config/database.php和更改密钥的值,redis.default.database以便两个(或更多)应用程序不会混淆它们的密钥。
config/database.php
redis.default.database