Skip to content

Commit

Permalink
Update prod (#323)
Browse files Browse the repository at this point in the history
* Changed the content of the limit events email (#319)

* Update html.twig

Change the description email

* Change email's title

* Update index.ts (#322)

---------

Co-authored-by: Alexander Chernyaev <[email protected]>
Co-authored-by: Peter <[email protected]>
  • Loading branch information
3 people authored Sep 30, 2024
1 parent f21f109 commit ebc44b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workers/grouper/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ export default class GrouperWorker extends Worker {
if (e.code?.toString() === DB_DUPLICATE_KEY_ERROR) {
HawkCatcher.send(new Error('[Grouper] MongoError: E11000 duplicate key error collection'));
await this.handle(task);

return;
} else {
throw e;
}
Expand Down

0 comments on commit ebc44b0

Please sign in to comment.