摘要:
当我们使用@app.task装饰器定义我们的异步任务时,那么这个任务依赖于根据项目名myproject生成的Celery实例。 app = Celery('myproject') @app.task(bind=True) def debug_task(self): print('Request: { 阅读全文
posted @ 2022-11-11 16:43
ji哩咕噜
阅读(1246)
评论(0)
推荐(0)
摘要:
需求:本地mysql端口连到k8s集群中 报错: Unable to listen on port 3306: Listeners failed to create with the following errors: [unable to create listener: Error listen 阅读全文
posted @ 2022-11-11 15:31
ji哩咕噜
阅读(449)
评论(0)
推荐(1)
浙公网安备 33010602011771号