Skip to content

Adding Node.js application for LegalTags Update CRON Job

Abhishek Chowdhry requested to merge users/abhic/adding-legaltags-job into master

Infrastructure Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [NO] I have updated the documentation accordingly.
  • [NA] I have added tests to cover my changes.
  • [YES] All new and existing tests passed.
  • [YES] I have formatted the terraform code. (terraform fmt -recursive && go fmt ./...)

Current Behavior or Linked Issues


The MR is raised against the issue: #161 (closed)

These changes add a Node.Js application which will be used to trigger the legal Tags update workflow. A CRON job(to be added) will run an image of this application and which will call Legal Tags Update API for all the partitions periodically. The generated messages from this API will be consumed by the storage service which will in turn make the records associated with the legal tags active or inactive.

Does this introduce a breaking change?


  • [NO]

Other information


NA

Merge request reports