BundleMon seems to fail intermittently
See original GitHub issueHere’s a recent commit where BundleMon
job fails: https://github.com/Leaflet/Leaflet/runs/4930516600?check_suite_focus=true
Error: create commit record: bad project credentials
{"error":"GitHub action 1742977939 should be \"in_progress\" status"}
Error: Failed to create commit record
Error: Unhandled error
Error: Failed to generate report
at /home/runner/work/Leaflet/Leaflet/node_modules/bundlemon/lib/main/index.js:32:15
at Generator.next (<anonymous>)
at fulfilled (/home/runner/work/Leaflet/Leaflet/node_modules/bundlemon/lib/main/index.js:5:58)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Error: Process completed with exit code 1.
Not sure what this means but probably worth investigating, or if it’s expected, disabling the job if it can’t run.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
BundleMon seems to fail intermittently - bytemeta
Here's a recent commit where BundleMon job fails: https://github.com/Leaflet/Leaflet/runs/4930516600?check_suite_focus=true. Error: create commit record: ...
Read more >Prevent Bundlemon from running in forks #7983 - GitHub
Successfully merging this pull request may close these issues. BundleMon seems to fail intermittently. 2 participants. @jonkoops ...
Read more >Cisco ASR 9000 Series Aggregation Services Router Interface ...
When the multichassis link bundle software detects that the connection to the active POA has failed, the software triggers the standby POA to ......
Read more >The Geometry of Moduli Spaces of Sheaves
Usually, we give references and sometimes historical remarks in the ... Historically, the notion of stability for coherent sheaves first appeared in the ......
Read more >leaflet | Yarn - Package Manager
... specific labels (#8199 by @jonkoops); Use shorter bundlemon names (#8195) ... #1182; Fixed a bug where "Not implemented" error sometimes appeared in ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
One of the checks that the service does when running bundlemon in GitHub action (and without API key) is to check if the action that runs bundlemon is currently running (code)
Since yesterday I added some logs to check GitHub response in those cases, and it looks like there is another status that I should allow.
I just deployed a new code that allows the new status and I will continue to monitor it.
This seems to be the issue, we can guard against this by adding a check. I’ve opened up a PR (#7983).