Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.
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