Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Job dependency picture & changed default cron timings (earlier than TCS)

There are 5 jobs in sync service:

  • PersonPlacementEmployingBodyTrustJob: Truncates and repopulates the list of connections between trainees and the employingBody trust. It writes data into the database table tcs.PersonTrust.
  • PersonPlacementTrainingBodyTrustJob: Repopulates the list of connections between trainees and the trainingBody trust. It also writes into tcs.PersonTrust, and is triggered after PersonPlacementEmployingBodyTrustJob, so the data wouldn't be truncated at first.
  • PostEmployingBodyTrustJob: Truncates and repopulates the list of connections between posts and the employingBody trust. It writes data into the database tcs.PostTrust.
  • PostTrainingBodyTrustJob: Repopulates the list of connections between posts and the trainingBody trust. It also writes into tcs.PostTrust, and is triggered after PostTrainingBodyTrustJob, so the data wouldn't be truncated at first.
  • PersonElasticSearchSyncJob: Truncates index of persons in ElasticSearch and creates a new index of persons. Then repopulates the documents of PersonViews from TCS-Service and saves these documents in ElasticSearch. 

Time scheduled

00:10 PersonPlacementEmployingBodyTrustJob09 PersonPlacementEmployingBodyTrustJob

0100:30 PersonPlacementTrainingBodyTrustJob29 PersonPlacementTrainingBodyTrustJob

01:10 PostEmployingBodyTrustJob09 PostEmployingBodyTrustJob

01:20 PostTrainingBodyTrustJob19 PostTrainingBodyTrustJob

01:30 PersonElasticSearchSyncJob29 PersonElasticSearchSyncJob

Job Execution Order

Image Added


Sequence Diagram for sync jobs:

...