Skip to content

Commit

Permalink
FIX: Add question kind to valid event kinds
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Jun 25, 2024
1 parent c1fa156 commit 8fa3e68
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion octue/cloud/events/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
from octue.compatibility import warn_if_incompatible


VALID_EVENT_KINDS = {"delivery_acknowledgement", "heartbeat", "log_record", "monitor_message", "exception", "result"}
VALID_EVENT_KINDS = {
"question",
"delivery_acknowledgement",
"heartbeat",
"log_record",
"monitor_message",
"exception",
"result",
}

SERVICE_COMMUNICATION_SCHEMA_VERSION = "0.13.0"
SERVICE_COMMUNICATION_SCHEMA_INFO_URL = "https://strands.octue.com/octue/service-communication"
Expand Down

0 comments on commit 8fa3e68

Please sign in to comment.