mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 03:16:25 +02:00
feat: added periodic tasks in backend db and frontend hooks
- TODO: Add celery redbeat and create tasks dinamically in our redis
This commit is contained in:
parent
70808eb08b
commit
182f815bb7
8 changed files with 484 additions and 31 deletions
|
|
@ -10,6 +10,9 @@ export interface SearchSourceConnector {
|
|||
search_space_id: number;
|
||||
user_id?: string;
|
||||
created_at?: string;
|
||||
periodic_indexing_enabled: boolean;
|
||||
indexing_frequency_minutes: number | null;
|
||||
next_scheduled_at: string | null;
|
||||
}
|
||||
|
||||
export interface ConnectorSourceItem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue