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
I have aggregate root wich fires some reactor in queue. In that reactor i try to call external API, which is sometimes failed for connectivity issued, or maybe another errors. If an unhandled exception occurred in reactor, the corresponding job is marked as failed, and no longer attempts to execute reactor is not performed.
How to correct requeue failed reactor? Only manually putting jobs to queue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have aggregate root wich fires some reactor in queue. In that reactor i try to call external API, which is sometimes failed for connectivity issued, or maybe another errors. If an unhandled exception occurred in reactor, the corresponding job is marked as failed, and no longer attempts to execute reactor is not performed.
How to correct requeue failed reactor? Only manually putting jobs to queue?
Beta Was this translation helpful? Give feedback.
All reactions