Results 14 comments of skai

@Neeke 其实只是需要简单的认证,例如通过传递个密匙来通信。就好比http协议本身也会提供 Authentication 这样的协议支持。

Hi @HelKim I think vue3 and typescript is good idea. we can create a issue on https://github.com/apache/shardingsphere-elasticjob-ui , and make a plan.

I can make it, Could you assign to me. @terrymanu @TeslaCN

Thanks @TeslaCN . It is a necessary feature for me , I have a idea and give me some time to write, Thanks.

Core: 核心思想: We start a process in new thread and waiting it。 When time out, call the interrupt() of the thread And cloes() of the thread socket 。 我们通过线程启动任务后,使用一个计时器进行等待,如果超时了,就调用该线程的 interrupt...

of course , the waiting timeout code can make it better .

Right, `Thread.currentThread().isInterrupted()` looks stupid. But Java deprecated `Thread.stop()`, `Thread.suspend()` methods, and use 'Thread.Interrupt() ' send the signal to the thread. if necessary `Job` need to check the signal and stop...

Job execution timeout for quartz is doing like that. see it https://www.quartz-scheduler.net/documentation/quartz-3.x/packages/quartz-plugins.html#:~:text=%23-,JobInterruptMonitorPlugin,-This%20plugin%20catches

so,Annotation Job Has it stopped? @TeslaCN

wow, I'm very much looking forward to it and holp I can help.