-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Description
Question
For English only, other languages will not accept.
Before asking a question, make sure you have:
- Googled your question.
- Searched open and closed GitHub issues.
- Read documentation: ElasticJob Doc.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot reproduce it on current information, we will close it.
I have a question regarding the 'labels' property of the JobInstance object. What is its purpose? I cannot find any instances where this 'labels' property is being set or retrieved (get/set). Could someone please provide some clarity on this?
Thank you!
I can get the labels property, but it is always null.

This property was not set when the program started.

Maven dependency:
<dependency>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>