This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Distinguish between staging & prod when sending data refresh slack updates #473
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
🐍 tech: python
Requires familiarity with Python
Problem
It's not easy to tell based on the slack messages produced by the ingestion server whether a given ingestion is being run in production or staging.
Description
We should pre-pend the messages (or change the bot's name) based on which environment the data refresh is running in.
Alternatives
We could turn off messages altogether for staging (how it is currently) but that would make it harder for us to know when a staging data refresh is complete.
Additional context
Implementation
The text was updated successfully, but these errors were encountered: