mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
feat: update Celery worker configuration and improve connector deletion process
- Added support for multiple queues in Celery worker configuration. - Modified connector deletion to handle documents inline instead of using a background task. - Updated response messages for document creation and connector deletion to reflect new processing status. - Removed the obsolete connector deletion Celery task file.
This commit is contained in:
parent
81c70befcf
commit
1849b451a5
8 changed files with 66 additions and 300 deletions
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
|
|
@ -71,6 +71,7 @@
|
|||
"app.celery_app:celery_app",
|
||||
"worker",
|
||||
"--loglevel=info",
|
||||
"--queues=surfsense,surfsense.connectors,surfsense-dev,surfsense-dev.connectors",
|
||||
"--pool=solo"
|
||||
],
|
||||
"console": "integratedTerminal",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue