cadence-java-client icon indicating copy to clipboard operation
cadence-java-client copied to clipboard

getScheduledTimestamp returns micro seconds not milliseconds

Open longquanzheng opened this issue 4 years ago • 1 comments

https://github.com/uber/cadence-java-client/blob/14e523a7a0eae4b8ce671c07284da1c66261287c/src/main/java/com/uber/cadence/internal/sync/ActivityTaskImpl.java#L57

In Cadence server, timestamp is based on nanoSecond, not microSecond.

longquanzheng avatar Feb 04 '21 20:02 longquanzheng

No I never had any issues like that

On Wed, Feb 17, 2021 at 4:01 PM J. Hart [email protected] wrote:

I'm looking at this bug but my entire screen is lit up with "cannot resolve symbol" errors. Do you have the same issue? It's for the methods pertaining to these imports import com.uber.cadence.PollForActivityTaskResponse; import com.uber.cadence.WorkflowExecution; import com.uber.cadence.WorkflowType;

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/uber/cadence-java-client/issues/583#issuecomment-780850123, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANVZLECEWI5CWEHXF7E3VGTS7QVBHANCNFSM4XDQW3RQ .

jsferner avatar Feb 27 '21 05:02 jsferner