Dmitry Heraskou
Dmitry Heraskou
Would be good to have an ability to print log message using custom logger
If a client starts multiple builds of the same job only the first one once succeed and other ones will get back 0 as queueID an no jobs are actually...
Today log implementation is based on golang.log. This PR abstracts logging to use an interface which allows any implementation to be used.
**Is your feature request related to a problem? Please describe.** https://pkg.go.dev/go.temporal.io/[email protected]/internal#ScheduleOptions has a description for the field SearchAttributes: "SearchAttributes - Indexed info that can be used in query of List...