Dmitriy Pavlov created IGNITE-10942:
---------------------------------------
Summary: [TC Bot] Optimize backround JIRA tickets sync
Key: IGNITE-10942
URL:
https://issues.apache.org/jira/browse/IGNITE-10942 Project: Ignite
Issue Type: Task
Reporter: Dmitriy Pavlov
Assignee: Dmitriy Pavlov
JIRA sync is now performed in not an efficient manner.
All project data is reloaded every 15 minutes, and this may create additional pressure for 3rd party services.
Introduce incremental updates (update is running only until the first non-modified element found) and full updates.
Check ticket data modification before saving into Ignite DB (will safe WAL & page store pressure).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)