mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-01-16 10:12:09 +01:00
Implement data integration tasks with Celery, including periodic fetching and manual refresh of chat data; add utility functions for data processing and transcript handling; create views and URLs for manual data refresh; establish Redis and Celery configuration; enhance error handling and logging; introduce scripts for data cleanup and fixing dashboard data; update documentation for Redis and Celery setup and troubleshooting.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -406,7 +406,7 @@ pyrightconfig.json
|
||||
# Local environment variables
|
||||
*Zone.Identifier
|
||||
examples/
|
||||
**/migrations/[0-9]**.py
|
||||
# **/migrations/[0-9]**.py
|
||||
package-lock.json
|
||||
|
||||
# UV specific
|
||||
@ -417,3 +417,7 @@ package-lock.json
|
||||
.vscode/
|
||||
.idea/
|
||||
.pyright/
|
||||
|
||||
# Local database files
|
||||
*.rdb
|
||||
*.sqlite
|
||||
|
||||
Reference in New Issue
Block a user