-
Notifications
You must be signed in to change notification settings - Fork 137
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
Improved logic for worker connections #196
Comments
…r by server There is a bit of change in worker as well: 1. Changed Info logs to Debug during sleep 2. Changed a bit of logic of starting the workflow action to execute
Hi @nathangoulding,
Please let me know your views on the same. |
Responses inline:
If there is an established session it will use it; otherwise, it will wait for a worker to fetch it like it does today.
Correct, this is how it works with osie-runner and hegel in production today.
I'm not sure I understand this justification.
The overhead that will be eliminated by converting from polling to a gRPC stream is:
In addition, actions are started immediately instead of delayed until after the polling period. |
Responses to the bullets inline:
We should convert to a gRPC stream, not use polling.
Yes, correct.
I'm fine to break this issue into a separate task, i.e. tink-worker container adds a parameter that causes it to exit on completion, or wait for additional actions. |
…r by server There is a bit of change in worker as well: 1. Changed Info logs to Debug during sleep 2. Changed a bit of logic of starting the workflow action to execute
…r by server There is a bit of change in worker as well: 1. Changed Info logs to Debug during sleep 2. Changed a bit of logic of starting the workflow action to execute
…r by server There is a bit of change in worker as well: 1. Changed Info logs to Debug during sleep 2. Changed a bit of logic of starting the workflow action to execute
…r by server There is a bit of change in worker as well: 1. Changed Info logs to Debug during sleep 2. Changed a bit of logic of starting the workflow action to execute
…r by server There is a bit of change in worker as well: 1. Changed Info logs to Debug during sleep 2. Changed a bit of logic of starting the workflow action to execute
…r by server There is a bit of change in worker as well: 1. Changed Info logs to Debug during sleep 2. Changed a bit of logic of starting the workflow action to execute
…r by server There is a bit of change in worker as well: 1. Changed Info logs to Debug during sleep 2. Changed a bit of logic of starting the workflow action to execute
…r by server There is a bit of change in worker as well: 1. Changed Info logs to Debug during sleep 2. Changed a bit of logic of starting the workflow action to execute
…r by server There is a bit of change in worker as well: 1. Changed Info logs to Debug during sleep 2. Changed a bit of logic of starting the workflow action to execute
Fix Issue #196: Filtered the workflow context sent to worker by server
Description
There are a couple issues manifesting themselves which need resolution:
sleep 3
.Why is this needed
Checklist:
I have:
The text was updated successfully, but these errors were encountered: