Open
Description
Feature Request
For English only, other languages will not accept.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot make decision by current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Is your feature request related to a problem?
Describe the feature you would like.
In JobExecutionEvent,Enum ExecuitonSource has three members:NORMAL_TRIGGER, MISFIRE, FAILOVER,but FAILOVER is only used by a test class。
As is shown in ElasticJobExecutor,the failovered shard may be triggered by NORMAL_TRIGGER。
If “failover” can be setted to the property of JobExecutionEvent,it will be more clear to view the process of the execution for users