I tried php flarum queue:listen
.
Should that show everything inside the queue?
I tried php flarum queue:listen
.
Should that show everything inside the queue?
@m4v3rick I was just using what I saw in other config files. Not sure why anything is in there I'm an idiot when it comes to this stuff but and I am doing my best to figure it out.
ernestdefoe I am doing my best to figure it out.
If it works, then you are doing everything right.
I just installed the redis queue on production. Let's see how that goes.
Still want to seperate a discussion into several parts to speed up the loading time but don't know how.
This causes errors with Fof/Webhooks
Error 500
ZEROPOINTBRUH can you please follow out troubleshooting guide. We will need you php flarum info
output and the error within the logfile located in storage/logs
.
Already processed
Already processed
Already processed
Already processed
i install it with redis-server, have redis all schedules, but extension manager have infinity loading (2+ hours pending)
Redis server v=7.0.15 sha=00000000:0 malloc=jemalloc-5.3.0 bits=64 build=d81b8ff71cfb150e
redis conf:
bind * -::*
protected-mode no
Does this plugin conflict with Scout Search? When I set up Redis sessions, the meisearch configured for Scout Search will not work properly. After uninstalling the plugin, it can work normally again. Is it a problem that I set up?
rui5man the problem could be related to the use of an async queue and not specifically Redis. Are you sure the queue worker is running? If this extension has an option to only use Redis for cache and not for queue, could you check if there is a problem in that configuration?
clarkwinkelmann Thank you for your help. It is true that the problem is with asynchronous queues. I will only use Redis for caching and not for queues. The meisearch configured for Scout Search will now work properly. Am I not configuring the queue correctly, or can it only run in this way?
rui5man Scout should work with asynchronous queues as well. Make sure you follow the "Queue" instructions in the README file of the Redis extension (I see it's also in the first post of this discussion) to configure the queue worker