yang957

Results 1 issues of yang957

**Problem description** config = ExecutorConfig( xxl_admin_baseurl="http://xxxx.xxxx:8050/job-admin/", 公司java项目配置的也是这个地址 executor_app_name="python-executor-sample", executor_listen_host="我的ip", 与xxx.xxx 不在同一个网段,但通过本地连接vpn是可以通的 access_token="xxxxtoken", debug=True ) @app.register(name="demoJobHandler") async def test_task(): # you can get task params with "g" g.logger.info("get executor params: %s"...