manageTextingQueue is the cloud function we use to pause/unpause queues!

This function gets called from within the taskScheduler cloud function to ensure texting queues are paused outside of live hours for a given campaign.

taskScheduler will queue up tasks within the manageTextingQueue task queue with a specialized task name. To check if a campaign’s texting queue has been paused/unpaused, you can search for the console logs from within the manageTextingQueue cloud function’s logs. To view a specific campaign’s texting queue, you look for their project id from The Universe App ’s auth layer from their admin@{realm} account

Screen Shot 2023-10-11 at 1.37.19 PM.png

The queue itself will be in a list as {id}-bandwidth-sms (For the queue name).