Skip to content

Commit

Permalink
ENH: Use message schema that uses twined children schema
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Nov 14, 2023
1 parent c400a42 commit 05d7968
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion octue/cloud/pub_sub/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

logger = logging.getLogger(__name__)

SERVICE_COMMUNICATION_SCHEMA = "https://jsonschema.registry.octue.com/octue/service-communication/0.1.2.json"
SERVICE_COMMUNICATION_SCHEMA = "https://jsonschema.registry.octue.com/octue/service-communication/0.1.3.json"
SERVICE_COMMUNICATION_SCHEMA_INFO_URL = "https://strands.octue.com/octue/service-communication"


Expand Down
1 change: 0 additions & 1 deletion octue/resources/child.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def ask(
:param bool allow_save_diagnostics_data_on_crash: if `True`, allow the input values and manifest (and its datasets) to be saved by the child if it fails while processing them
:param str|None question_uuid: the UUID to use for the question if a specific one is needed; a UUID is generated if not
:param float timeout: time in seconds to wait for an answer before raising a timeout error
:param float|int delivery_acknowledgement_timeout: how long in seconds to wait for a delivery acknowledgement before aborting
:param float|int maximum_heartbeat_interval: the maximum amount of time (in seconds) allowed between child heartbeats before an error is raised
:raise TimeoutError: if the timeout is exceeded while waiting for an answer
:return dict: a dictionary containing the keys "output_values" and "output_manifest"
Expand Down

0 comments on commit 05d7968

Please sign in to comment.