from celery.signals import worker_init, worker_shutting_down @worker_init.connect async def do_startup_async(sender, **kwargs): # Coroutine functions are ...
確定! 回上一頁