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
During ASF testing of bignbit with OPERA RTC products, some harmony requests were taking a very long time causing a large number of lambdas to run every 20 seconds to query harmony. A few suggestions for improvements were:
Introduce a max # of retries configuration option as well
Could be implemented via refactoring get_harmony_job_status to return an error when the job is incomplete, then implementing a step function retry strategy including max attempts and a retry backoff
The text was updated successfully, but these errors were encountered:
During ASF testing of bignbit with OPERA RTC products, some harmony requests were taking a very long time causing a large number of lambdas to run every 20 seconds to query harmony. A few suggestions for improvements were:
get_harmony_job_status
to return an error when the job is incomplete, then implementing a step function retry strategy including max attempts and a retry backoffThe text was updated successfully, but these errors were encountered: