Documentation
¶
Index ¶
Constants ¶
View Source
const ( DirName = "revchat" ConfigFileName = "config.toml" DefaultRevChatTaskQueue = "revchat" DefaultTimpaniTaskQueue = "timpani" ScheduleToStartTimeout = time.Minute StartToCloseTimeout = 10 * time.Second MaxRetryAttempts = 5 DefaultChannelNamePrefix = "_pr" DefaultChannelNameMaxLength = 50 // Slack's hard limit = 80, but that's still too long. DefaultThrippyGRPCAddress = "localhost:14460" )
Variables ¶
This section is empty.
Functions ¶
func Flags ¶
Flags defines CLI flags to configure a Temporal worker. These flags are usually set using environment variables or the application's configuration file.
func KVSliceToMap ¶ added in v1.0.0
KVSliceToMap converts a slice of "key=value" strings into a map. Invalid entries are logged and skipped.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.