Skip to content
Snippets Groups Projects

integrate curator with envoy for workflow

Merged Charlotte Hausman requested to merge curator-integration into 2.8.2.1-DEVELOMENT
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
169 payload = {"project_code": parameters["project"]}
170 else:
171 payload = {"request_id": parameters["requestId"], "project_code": parameters["project"]}
172
173 response = requests.post(url, json=payload)
174
175 if response.status_code != http.HTTPStatus.OK:
176 logger.warning(
177 f"WARNING: Failed to send image ingestion complete to archive for image associated with "
178 f"calibration {parameters['calSpl']} and project {parameters['project']}."
179 f" Please set off the index manually!"
180 )
181
182
183 def send_aat_obs_message(parameters: dict):
165 def send_indexer_message(parameters: dict, ingest_type: Union[IngestType, VLASSIngestType, CuratorType]):
  • added 1 commit

    Compare with previous version

  • are people still looking at this?

  • Nathan Bockisch approved this merge request

    approved this merge request

  • Daniel Nemergut approved this merge request

    approved this merge request

  • mentioned in commit 4bffd70a

  • Please register or sign in to reply
    Loading