feat(publishing): implement immediate raw ingestion, per-target Redis queues, and configurable post intervals & sleep windows
This commit is contained in:
@@ -19,6 +19,9 @@ class TargetChannel:
|
||||
post_interval_min: int = 30
|
||||
personality: str = ""
|
||||
custom_footer: str = ""
|
||||
sleep_start_hour: int = 0
|
||||
sleep_end_hour: int = 0
|
||||
is_sleep_enabled: bool = False
|
||||
last_post_time: Optional[str] = None
|
||||
is_active: bool = True
|
||||
created_at: Optional[str] = None
|
||||
|
||||
Reference in New Issue
Block a user