onothoja marho
Results
3
comments of
onothoja marho
This was just an illustration of a major underlying problem with the gino API(which I am currently working to fix). Reflect is definitely not the best example to have used,...
@jabajke Celery only works with synchronous code, and fast-api mail is completely asynchronous, so it doesn't run in celery workers. You can try `asgiref` library. `from asgiref.sync import async_to_sync`
Don't you think the changes in this might be too much to push all at once?