You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the README.md on the Update your settings.py section. It says to define INCIDENT_CHANNEL_ID. But based on the demo settings.py there are INCIDENT_CHANNEL_ID and INCIDENT_REPORT_CHANNEL_ID. What are the difference between these two? What configuration is better and recommended?
The text was updated successfully, but these errors were encountered:
There's an option to have incidents be "report only". These ones don't create an incident channel for co-ordinating a response from engineers as it's just for reporting. These "report only" incidents can be posted in their own channel so that they don't clog up the "live" incident channel.
This is why both channel IDs exist.
Based on the
README.md
on theUpdate your settings.py
section. It says to defineINCIDENT_CHANNEL_ID
. But based on the demosettings.py
there areINCIDENT_CHANNEL_ID
andINCIDENT_REPORT_CHANNEL_ID
. What are the difference between these two? What configuration is better and recommended?The text was updated successfully, but these errors were encountered: