Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3169 move notifications presteps to one task #989

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions services/lock_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class LockType(Enum):
BUNDLE_ANALYSIS_PROCESSING = "bundle_analysis_processing"
BUNDLE_ANALYSIS_NOTIFY = "bundle_analysis_notify"
NOTIFICATION = "notify"
NOTIFICATION_ORCHESTRATOR = "notification_orchestrator"
# TODO: port existing task locking to use `LockManager`


Expand Down
1 change: 1 addition & 0 deletions tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
from tasks.label_analysis import label_analysis_task
from tasks.manual_trigger import manual_trigger_task
from tasks.new_user_activated import new_user_activated_task
from tasks.notification_orchestrator import notification_orchestrator_task
from tasks.notify import notify_task
from tasks.notify_error import notify_error_task
from tasks.plan_manager_task import daily_plan_manager_task_name
Expand Down
Loading
Loading