- 🇮🇹Italy realgiucas
I have the same problem as @mlncn and I want to thanks him for the investigation and testing work.
I myself have done tests on the local ddev environment (rather powerful hw) and no more than 4 queue records per second are processed.
On the production server (on staging site) it reachs 5 records per second. Absolutely not enough for a high traffic site.
As a result, the queue table is constantly growing on the production site.
Setting 600 seconds for the cron time of the radioactivity_incidents and radioactivity_decay queues would probably solve the problem but, I don't know why, only on the production site hook_queue_info_alter() is not executed when cron starts. Same enabled custom module code works on staging site. Maybe some different settings? Any suggestion?
thx