Packages
temporalio
1.60.2
1.62.13
1.62.12
1.62.11
1.62.9
1.62.8
1.62.7
1.62.6
1.62.5
1.62.3
1.62.2
1.62.1
1.62.0
1.61.1
1.61.0
1.60.2
1.60.1
1.60.0
1.59.0
1.58.0
1.56.0
1.55.0
1.54.0
1.53.0
1.51.0
1.50.1
1.50.0
1.49.1
1.49.0
1.48.0
1.47.0
1.46.0
1.45.0
1.44.0
1.43.2
1.43.1
1.43.0
1.42.0
1.41.0
1.40.0
1.38.0
1.37.0
1.36.0
1.35.0
1.34.0
1.33.0
1.32.0
1.27.0
1.26.0
1.25.0
1.24.0
1.23.0
1.21.0
1.20.0
Elixir files generated from Temporal.io's protobuf files using protobuf-elixir.
Current section
Files
Jump to
Current section
Files
lib/temporal/api/worker/v1/message.pb.ex
defmodule Temporal.Api.Worker.V1.WorkerPollerInfo do
@moduledoc false
use Protobuf,
full_name: "temporal.api.worker.v1.WorkerPollerInfo",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3
field :current_pollers, 1, type: :int32, json_name: "currentPollers"
field :last_successful_poll_time, 2,
type: Google.Protobuf.Timestamp,
json_name: "lastSuccessfulPollTime"
field :is_autoscaling, 3, type: :bool, json_name: "isAutoscaling"
end
defmodule Temporal.Api.Worker.V1.WorkerSlotsInfo do
@moduledoc false
use Protobuf,
full_name: "temporal.api.worker.v1.WorkerSlotsInfo",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3
field :current_available_slots, 1, type: :int32, json_name: "currentAvailableSlots"
field :current_used_slots, 2, type: :int32, json_name: "currentUsedSlots"
field :slot_supplier_kind, 3, type: :string, json_name: "slotSupplierKind"
field :total_processed_tasks, 4, type: :int32, json_name: "totalProcessedTasks"
field :total_failed_tasks, 5, type: :int32, json_name: "totalFailedTasks"
field :last_interval_processed_tasks, 6, type: :int32, json_name: "lastIntervalProcessedTasks"
field :last_interval_failure_tasks, 7, type: :int32, json_name: "lastIntervalFailureTasks"
end
defmodule Temporal.Api.Worker.V1.WorkerHostInfo do
@moduledoc false
use Protobuf,
full_name: "temporal.api.worker.v1.WorkerHostInfo",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3
field :host_name, 1, type: :string, json_name: "hostName"
field :worker_grouping_key, 5, type: :string, json_name: "workerGroupingKey"
field :process_id, 2, type: :string, json_name: "processId"
field :current_host_cpu_usage, 3, type: :float, json_name: "currentHostCpuUsage"
field :current_host_mem_usage, 4, type: :float, json_name: "currentHostMemUsage"
end
defmodule Temporal.Api.Worker.V1.WorkerHeartbeat do
@moduledoc false
use Protobuf,
full_name: "temporal.api.worker.v1.WorkerHeartbeat",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3
field :worker_instance_key, 1, type: :string, json_name: "workerInstanceKey"
field :worker_identity, 2, type: :string, json_name: "workerIdentity"
field :host_info, 3, type: Temporal.Api.Worker.V1.WorkerHostInfo, json_name: "hostInfo"
field :task_queue, 4, type: :string, json_name: "taskQueue"
field :deployment_version, 5,
type: Temporal.Api.Deployment.V1.WorkerDeploymentVersion,
json_name: "deploymentVersion"
field :sdk_name, 6, type: :string, json_name: "sdkName"
field :sdk_version, 7, type: :string, json_name: "sdkVersion"
field :status, 8, type: Temporal.Api.Enums.V1.WorkerStatus, enum: true
field :start_time, 9, type: Google.Protobuf.Timestamp, json_name: "startTime"
field :heartbeat_time, 10, type: Google.Protobuf.Timestamp, json_name: "heartbeatTime"
field :elapsed_since_last_heartbeat, 11,
type: Google.Protobuf.Duration,
json_name: "elapsedSinceLastHeartbeat"
field :workflow_task_slots_info, 12,
type: Temporal.Api.Worker.V1.WorkerSlotsInfo,
json_name: "workflowTaskSlotsInfo"
field :activity_task_slots_info, 13,
type: Temporal.Api.Worker.V1.WorkerSlotsInfo,
json_name: "activityTaskSlotsInfo"
field :nexus_task_slots_info, 14,
type: Temporal.Api.Worker.V1.WorkerSlotsInfo,
json_name: "nexusTaskSlotsInfo"
field :local_activity_slots_info, 15,
type: Temporal.Api.Worker.V1.WorkerSlotsInfo,
json_name: "localActivitySlotsInfo"
field :workflow_poller_info, 16,
type: Temporal.Api.Worker.V1.WorkerPollerInfo,
json_name: "workflowPollerInfo"
field :workflow_sticky_poller_info, 17,
type: Temporal.Api.Worker.V1.WorkerPollerInfo,
json_name: "workflowStickyPollerInfo"
field :activity_poller_info, 18,
type: Temporal.Api.Worker.V1.WorkerPollerInfo,
json_name: "activityPollerInfo"
field :nexus_poller_info, 19,
type: Temporal.Api.Worker.V1.WorkerPollerInfo,
json_name: "nexusPollerInfo"
field :total_sticky_cache_hit, 20, type: :int32, json_name: "totalStickyCacheHit"
field :total_sticky_cache_miss, 21, type: :int32, json_name: "totalStickyCacheMiss"
field :current_sticky_cache_size, 22, type: :int32, json_name: "currentStickyCacheSize"
field :plugins, 23, repeated: true, type: Temporal.Api.Worker.V1.PluginInfo
end
defmodule Temporal.Api.Worker.V1.WorkerInfo do
@moduledoc false
use Protobuf,
full_name: "temporal.api.worker.v1.WorkerInfo",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3
field :worker_heartbeat, 1,
type: Temporal.Api.Worker.V1.WorkerHeartbeat,
json_name: "workerHeartbeat"
end
defmodule Temporal.Api.Worker.V1.PluginInfo do
@moduledoc false
use Protobuf,
full_name: "temporal.api.worker.v1.PluginInfo",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3
field :name, 1, type: :string
field :version, 2, type: :string
end