You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although you can enable Moleculer retries for service to service calls you may want to retry external calls with this service at a different rate or for different reasons. The Axios service should have a configurable retry mechanism.
There are a few implementations for this already for Axios but not sure which is the best. Also might be able to use the internal Moleculer retry machinery itself instead...
The text was updated successfully, but these errors were encountered:
Although you can enable Moleculer retries for service to service calls you may want to retry external calls with this service at a different rate or for different reasons. The Axios service should have a configurable retry mechanism.
There are a few implementations for this already for Axios but not sure which is the best. Also might be able to use the internal Moleculer retry machinery itself instead...
The text was updated successfully, but these errors were encountered: