Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getScheduledTimestamp returns micro seconds not milliseconds #583

Open
longquanzheng opened this issue Feb 4, 2021 · 1 comment
Open
Labels

Comments

@longquanzheng
Copy link
Collaborator

return TimeUnit.MICROSECONDS.toMillis(response.getScheduledTimestamp());

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

@jsferner
Copy link

jsferner commented Feb 27, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants