吴伟杰
吴伟杰
Could you show us the configurations and logs?
Not support yet. Please translate your issue into English.
Please check the version of ElasticJob.
I think creating a scheduled job can fix this issue. Find out the server IP not exists under /instances and remove it periodically.
Hi @lwtao Could you try implements your own `JobShardingStrategy`? You may ignore the `shardingTotalCount` in the Context and sharding as you want.
The ElasticJob makes full use of features of Zookeeper such as ephemeral nodes, watches. I don't think is easy to replace Zookeeper with Consul.
Hi @skaic We can discuss about how to support and what will happen if timed out.
I don't think it is elegant that let user write the `Thread.currentThread().isInterrupted()` in their business code. And they can also check the timeout or interrupt by themselves just by adding...
Hi @kaihekaihe The instance service using the ephemeral node. If disconnected to registry center, ephemeral nodes may be removed, so we need to registry instance nodes once reconnected.
> For instance node ,yes it is ephemeral , I know what you mean. For Server node, it is not ephemeral , why does its data need to be filled...