Mathijs Miermans

Results 8 issues of Mathijs Miermans

# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...

status: code review request

**Describe the bug** Retries are disabled by default for the `POST` method. We used a config similar to the one below, intending to have 3 retries: ```typescript gotEmitter( process.env.SNOWPLOW_ENDPOINT, //...

type:defect

# Goal Allow `enableRankingByRegion` to be passed in to the `newTabSlate` query. In a future PR we will optimize the recommendation order for the given region if this is set...

# Goal Select the based items, with constraints on duplicate topics and publishers. ## Todos - [ ] Outstanding todo - [x] Completed todo ## Review - [ ] Security...

# Goal Work around a bug in Snowplow, where it does not retry on error if method [is set to Post](https://github.com/Pocket/pocket-monorepo/blob/main/servers/shared-snowplow-consumer/src/snowplow/tracker.ts#L13). # Todo - [ ] Add test coverage using...

# Goal Revert the remote Docker version back to docker24, which it was at until I accidentally downgraded it in https://github.com/Pocket/recommendation-api/pull/1102.

# Goal Prevent outages of Pocket Home that were caused by recommending a removed corpus item. When the GraphQL corpus item resolver cannot find an item, the entire response will...

# Goal Prevent requests to the Pocket Parser from parser-graphql-wrapper from querying the readitla_ril-tmp database. We can keep this in our back pocket as a risk mitigation strategy, in case...