We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While creating a new orchestration, the user can schedule it to run at a later time by setting the ScheduledStartTimestamp field here:
ScheduledStartTimestamp
durabletask-go/internal/protos/orchestrator_service.pb.go
Line 2724 in fc57567
However, it gets ignored while sending the request to backend:
durabletask-go/backend/executor.go
Line 315 in fc57567
It needs to be passed to backend so that backend can schedule workflows accordingly.
The text was updated successfully, but these errors were encountered:
ScheduledStartTimeStamp
Close this if it was fixed by #60 ?
Sorry, something went wrong.
No branches or pull requests
While creating a new orchestration, the user can schedule it to run at a later time by setting the
ScheduledStartTimestamp
field here:durabletask-go/internal/protos/orchestrator_service.pb.go
Line 2724 in fc57567
However, it gets ignored while sending the request to backend:
durabletask-go/backend/executor.go
Line 315 in fc57567
It needs to be passed to backend so that backend can schedule workflows accordingly.
The text was updated successfully, but these errors were encountered: