[Synthetics] Should this promise be retried? #182287
Labels
Synthetics
Team:obs-ux-management
Observability Management User Experience Team
technical debt
Improvement of the software architecture and operational architecture
The promises below might fail in case there's a glitch in ES connection and never retry.
kibana/x-pack/plugins/observability_solution/synthetics/server/plugin.ts
Line 82 in 593d391
kibana/x-pack/plugins/observability_solution/synthetics/server/plugin.ts
Line 115 in 593d391
kibana/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/add_monitor/add_monitor_api.ts
Lines 262 to 269 in 593d391
Is that OK? Should we apply any retry logic?
If we want to retry,
p-retry
could be a useful utility that's already present in the project.The text was updated successfully, but these errors were encountered: