Skip to content

Commit

Permalink
Clean up workspace by committing uncommitted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gduquesnay authored and pair committed Feb 26, 2024
1 parent 6d20ba5 commit 3bf11cb
Show file tree
Hide file tree
Showing 7 changed files with 8,720 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/links/post_analysis_to_slack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async def run(vcon_id, link_name, opts=default_options):
summary = get_summary(vcon, a["dialog"])
abstract = summary["body"]

if team_name:
if team_name and team_name != "strolid":
channel_name = f"team-{team_name}-alerts"
abstract = abstract + f" #{dealer_name}"
post_blocks_to_channel(opts["token"], channel_name, abstract, url, opts)
Expand Down
2 changes: 1 addition & 1 deletion server/reprocess_vcons.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from datetime import datetime, timedelta


THRESHOLD_START_DAYS = 5 # Will be deleted if it's older than that
THRESHOLD_START_DAYS = 5 # Will be skipped if it's older than that
THRESHOLD_END_DAYS = 1
REPROCESSED_VCONS_LIMIT = 1

Expand Down
Loading

0 comments on commit 3bf11cb

Please sign in to comment.