Relates to
Jira Legacy |
---|
server | System JiraJIRA |
---|
serverId | 01505d01-b853-3c2e-90f1-ee9b165564fc |
---|
key | ERM-561 |
---|
|
.
Cursor tracks where in the harvest the process got to, so it can pick up from where it should be.
- What would the performance impact be on a production environment? Should be fixed as a moderate priority.
- Can this be done without executing an HQL query?
TODO:
- Set a
from
offset (date/time) at the end of the harvest, to indicate where harvesting has reached - Set resumption point of cursor based on the
from
offset, when restarting- could last_check be used instead of cursor resumption? that could be problematic if the runsync erred.
There's nested transaction mysteries.
Ian Ibbotson (Use this one) to review code and comment on issue.