Programmatic Queue Changes

I’ve got a CRM that generates agent rankings by various statistics. I’ve written code to update the queue in the Asterisk database, but I need Asterisk to reload the queues.

I have a cron job that calls /var/lib/asterisk/bin/module_admin reload every 5 minutes, but reloading everything is causing FOP2 to act up (some extensions go gray, call counts become inaccurate).

Is there any other way to reload just the queues? Maybe something from the CLI? I’ve tried module reload app_queue.so, but that doesn’t seem to work.

I’m on FreePBX 5.211 and Asterisk 11.2.