Batch job execution lastUpdated property #4790
Unanswered
paulbandler
asked this question in
Q&A
Replies: 1 comment
-
The last updated property of a job/step execution is set to the time of the local JVM before being persisted, see There is a note about this in the appendix here: https://docs.spring.io/spring-batch/reference/schema-appendix.html#metaDataBatchJobExecution Is that what you are looking for? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone advise how the persistent value timestamp of this property is determined? Specifically whether it uses the target databases native mechanism such as a 'now()' function when the row is created or updated or whether it uses the applications host system clock?
Beta Was this translation helpful? Give feedback.
All reactions