LouisdeBruijn
Results
1
comments of
LouisdeBruijn
FYI: I got this error because I forgot to use `.delay()` in the function! So instead of using `celery_function.delay(arguments)` I used `celery_function(arguments)`..