new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Temporal · all subjects

data conversion & payloads

3 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Enable client-side encryption for Temporal Cloud workflow data

Temporal provides an optional data conversion framework (Data Converter) and payload codec interface for client-side encryption of sensitive data before it is sent to Temporal Cloud. Encryption keys stay under your control, so you are responsible for key generation, secure storage, rotation, and versioning. Implementing this involves developing a custom codec plugin in your Temporal SDK and optionally deploying a dedicated codec server if you need to inspect decrypted payloads in the Web UI or CLI.

Encode workflow failure details with Failure Converter

Temporal's default behavior copies error messages and call stacks as plain text, directly accessible in the Message field of Workflow Executions. If your failure messages and stack traces contain sensitive information, configure the Failure Converter to encrypt the error information. This encrypts the `message` and `stack_trace` fields in the payloads.

Python dataclass for Entity Workflow state serialization

Use Python dataclass objects for Entity Workflow state — they serialize cleanly with Temporal's default JSON converter and allow new fields with defaults without breaking existing Executions. This enables forward compatibility as Entity Workflows evolve.

Give your agent this brain