Liang Mei
Liang Mei
Most people will write the code as the following, and it won't be an issue. ``` func init() { RegisterActivityWithOptions(f1, RegisterActivityOptions{"f1"}) RegisterActivityWithOptions(f2, RegisterActivityOptions{"f2"}) } func f1() error { return nil...
@mfateev Glancing at this list, it seems that the only thing that makes sense to add but is currently missing is retryPolicy?
Good suggestion.
We will fix this in the next release.
Should do this as part of the grpc work.
How long does your workflow run? If the workflow does not complete with in 1min the next run will be skipped.
By CI you mean the integration tests that we run for each PR?
The current SQL interface/implementation works with sharded SQL (Uber iss going to use it), and we need to keep it that way. We need to fix #4059 so it does...