mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
feat: correctly delete applications using Celery workers (#5787)
This commit is contained in:
@@ -3,9 +3,6 @@ from blinker import signal
|
||||
# sender: app
|
||||
app_was_created = signal('app-was-created')
|
||||
|
||||
# sender: app
|
||||
app_was_deleted = signal('app-was-deleted')
|
||||
|
||||
# sender: app, kwargs: app_model_config
|
||||
app_model_config_was_updated = signal('app-model-config-was-updated')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user