Skip to content

Catch exceptions in offer scoring#1755

Merged
ssalinas merged 1 commit into
masterfrom
offer_scoring_exn
Mar 15, 2018
Merged

Catch exceptions in offer scoring#1755
ssalinas merged 1 commit into
masterfrom
offer_scoring_exn

Conversation

@ssalinas

Copy link
Copy Markdown
Contributor

We are seeing a few instances where we are getting stuck on the allOf(...).join(). Best guess is that async semaphore isn't completing properly for this case. This adds exception handling within each future, setting a reference to the throwable that will then be thrown back up, causing singularity to abort (as it would normally do for uncaught exceptions in scoring). This isn't a fix for the underlying bug yet, but I'm hoping this can tease out the root cause of the exception, since we are currently swallowing these exceptions

cc @baconmania

@pschoenfelder

Copy link
Copy Markdown
Contributor

🚢

@ssalinas
ssalinas merged commit e9dccb8 into master Mar 15, 2018
@ssalinas
ssalinas deleted the offer_scoring_exn branch March 15, 2018 14:04
@ssalinas ssalinas added this to the 0.19.2 milestone Mar 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants