Skip to content

Add a 2 second wait after Trigger a CSV Parser Ingestion workflow

Adrian Sali requested to merge adsali/osdu/csv-ingestion-wait into master

All Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [NA] I have updated the documentation accordingly.
  • [YES] My code follows the code style of this project.

Current Behavior or Linked Issues


If querying the status of a workflow happens too quickly, one gets a 404 in response. To mitigate the issue, add a 2 second wait after triggering a CSV Parser Ingestion workflow.

Does this introduce a breaking change?


  • [NO]

Other information


This MR only affects the postman collections for CSV Ingestion testing.

Merge request reports