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
Upgrade all tests to throw the retriable error where appropriate, to reduce error noise in test logs
also include exception to skip the message
ATM, all exceptions thrown from user logs as ERROR and causes retry.
User should be able to catch exception, and rethrow a retriable exception which doesn't get logged by PC.
Be able to signify a retry to the system, without registering an ERROR - currently ERRORs must be thrown to make the system retry, but an actual RetriableException would make logs much better because we'll be able to distinguish between actual unexpected errors in user function execution, and retriable vs unretriable errors as decided by the user.
The text was updated successfully, but these errors were encountered:
ATM, all exceptions thrown from user logs as ERROR and causes retry.
User should be able to catch exception, and rethrow a retriable exception which doesn't get logged by PC.
The text was updated successfully, but these errors were encountered: