Skip to content

Commit 54ff19b

Browse files
committed
Update import paths and add trigger_cron task
- Changed import path for TriggerGraphRequestModel and TriggerGraphResponseModel to reflect new model structure. - Introduced a new file for trigger_cron task to manage scheduled trigger executions.
1 parent 72ff4b1 commit 54ff19b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

state-manager/app/controller/trigger_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from fastapi import HTTPException
22

33
from app.singletons.logs_manager import LogsManager
4-
from app.models.trigger_model import TriggerGraphRequestModel, TriggerGraphResponseModel
4+
from app.models.trigger_graph_model import TriggerGraphRequestModel, TriggerGraphResponseModel
55
from app.models.state_status_enum import StateStatusEnum
66
from app.models.db.state import State
77
from app.models.db.store import Store

state-manager/app/tasks/trigger_cron.py

Whitespace-only changes.

0 commit comments

Comments
 (0)