xianghuawe
xianghuawe
if set heartbeat to default (0), connection will be closed in one day or some days, got error in below ```php [2024-05-07 10:58:00] local.ERROR: Channel connection is closed. {"userId":2,"exception":"[object] (PhpAmqpLib\\Exception\\AMQPChannelClosedException(code:...
after hours, found a temporary solution; add a heartbeat timer in AppServiceProvider; ```php // rabbitmq heartbeat Octane::tick('simple-ticker', function () { $c = app('queue.connection')->getConnection(); if ($c instanceof AbstractConnection) { $c->checkHeartBeat(); }...
finally, follow by readme, use rewrite publish function, solved this problem for me!
> Don't spread attachments into multiple feed items. The current logic is fine. You only need to update a few lines. > > ```diff > - const currentUrl = `${entranceDomain}/2048/thread.php?fid-${id}.html`;...
现在有人能合并代码不, 目前项目用到这个包含多选情况的默认值问题。没人合并会比较麻烦 😷
same question came to our team. out aws eks is auto mode, yesterday node auto rollout.then ks can't get connected; use kubectl shows all the image is can`t be found!!!
#6543
集群轮转新节点。镜像拉不到,生产ks直接瘫痪了12h;万幸没影响到业务