Skip to content

Commit 190acca

Browse files
committed
add script to test progres notificaiton quickly
1 parent 008b70b commit 190acca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from mapswipe_workers.utils.slack_helper import send_progress_notification
2+
3+
4+
project_ids = ["build_area_default_with_bing"]
5+
[send_progress_notification(project_id) for project_id in project_ids]

0 commit comments

Comments
 (0)