Allow pausing of initial messages#2478
Allow pausing of initial messages#2478mau11 merged 2 commits intoProgressiveCoders:stage-main-14.1.2from
Conversation
|
I really like the idea, but am hesitant with with instances that have many organizations running/texting concurrently. Also, having to restart the application and set Has this been mostly used when there has been something wrong with the application? Or to stop texting in general? |
|
The goal was to have something slightly less disruptive than setting Agree that it would be nice if it could be done on a per-organization or even per-campaign basis, but the implementation of that would get trickier. |
Description
We've had instances where we needed to pause all our campaigns but still wanted texters to be able to respond to replies for messages that have already gone out. This makes it possible to do that by setting a
DOWNTIME_NO_INITIALenvironment variable. When the environment variable is set, instead of seeing the normal texting interface texters will see a message saying "Sending initial messages is currently paused. You can still reply to any incoming messages."Checklist: