dev env django = 3.2.4 celery = 5.2.3 redis
I use Celery to asynchronously process. I'm using it for email transmission and AI Inference functions, but @sharedtask applied to email works well without any problems. However, the AI Inference function is different. Once successful and then the same action is performed, the 'Not registered' Exception is displayed. Why does this happen? The success and failure of the same task are shown below.