rafaucau If you don't have full access on the server because you have shared hosting, for example, then you can still use Redis Queue.
What I did was to set up a cron for such a script:
#set -x
queue=`ps -aux | grep "flarum queue:work" | grep -v grep`
if [[ -z $queue ]]; then
while true :
do
[[ -z $queue ]] && { php flarum queue:work; }
done
else
exit 0
fi
I've tried to update the same at the advanced corn job area but it is showing some error, I think we need to modify it for my need could you please help me? my forum is in the subdirectory