Commit Graph

5 Commits

Author SHA1 Message Date
Rémi Verschelde
155a5631ad Run npm update 2025-11-10 13:51:44 +01:00
Rémi Verschelde
5d2cfdfed2 Replace node-fetch by builtin Node fetch API 2025-11-10 13:48:24 +01:00
Rémi Verschelde
d12bf295f9 compose-fetcher: Update node-fetch to 2.7.0 and increase max retries to 10
The library update seems to replace the abrupt closing of the app with no error
with actually raising an exception which we already handled.

So now failures look like this:

    Requesting batch 10/17 of commit and pull request data.
    Failed with status 502, retrying (1/10)...
    Error fetching pull request data: FetchError: Invalid response body while trying to fetch https://api.github.com/graphql: Premature close
   Terminating with an exit code 1.
2025-01-17 00:27:54 +01:00
Yuri Sizov
9e48758538 Outline the plan, erect some scaffolding 2023-03-21 19:39:03 +01:00
Yuri Sizov
2b954b13ea Initial commit 2023-03-21 17:37:03 +01:00