unstoppable

Results 4 issues of unstoppable

This dataset already invalid in tencent cloud, so do you have any other place i can get? thank you very much

Thanks for your share, i want to ask you that these code can direct run in gpu mode.

- [ ] 已经查过常见错误列表仍然无法解决 **Problem description** 当程序连接的XXL-JOB主机不可达的时候,进行ctrl+C终端弹出XXLClientError同时没有关闭client session **Steps to reproduce the problem** ```python import asyncio from pyxxl import ExecutorConfig, PyxxlRunner config = ExecutorConfig( xxl_admin_baseurl="http://localhost:8080/xxl-job-admin/api/", executor_app_name="xxl-job-executor-sample", # http_retry_times=3, # graceful_close=True,...