Are celery signals asynchronous unlike django signals that are synchronous? Just curious for instance task_success
signal from celery vs post_save
signal from django.
Asked
Active
Viewed 175 times
0

oma0256
- 103
- 4
- 11
-
Does this answer your question? [Is Django post\_save signal asynchronous?](https://stackoverflow.com/questions/11899088/is-django-post-save-signal-asynchronous) - take a look at @Bouke answer – Pedram Parsian Dec 23 '19 at 09:15