-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Create a self-healing scheduler services (x2) #15218
Comments
Note from sprint planning for @jdpgrailsdev: As the temporal work wants a scheduler, this is likely the first Micronaut story to prioritize |
Can we also emit a warning/metric when this happens? In theory we should never run into self-determinism errors on Temporal. It indicates a big error, and I think it's worth shouting out to us. |
Metrics will be emitted here #15699 |
Once this is done, we can then merge #14758 as well |
Depending on how we handle workflow versioning once we have this change ready, we may want to consider #16762 |
Relies on Micronaut
There will likely be 2 services for each above links. Keeping separate services per job means that a failure is isolated and the other services can continue to run. There might be a "talks to our DB & services" service, and then a "talks to temporal" service.
In a future story, we will emit metrics when these jobs run.
Be sure to add an E2E test for the temporal schedule healer
The text was updated successfully, but these errors were encountered: