mint-metrics / mojito-js-delivery

🧪 Source-controlled JS split testing framework for building and launching A/B tests.
https://mojito.mx/docs/js-delivery-intro
Other
16 stars 30 forks source link

Bump pipelines image to Atlassian default:4 #110

Closed kingo55 closed 1 year ago

kingo55 commented 1 year ago

It looks like there's a new Atlassian default image available. I wonder if this newer image will help us address some of the random pipeline failures we've been seeing lately?

Screenshot 2023-07-18 at 09 02 57

What do you guys think?

dapperdrop commented 1 year ago

I just had a quick look at the last few npm errors we've encountered.

  1. npm ERR! cb() never called
  2. npm ERR! errno EPROTO

A potential cause common to both errors relate to intermittent network issues (according to chatGPT). Given that these pipeline failures have not been consistent nor common, I tend to think this might be the underlying reason. That said, I'm not too sure if a bumped image will alleviate this problem.

allmywant commented 1 year ago

@kingo55 I agree with @dapperdrop .

kingo55 commented 1 year ago

Thanks guys - Yeah, I reckon you're both right. There's probably a better way to handle the issue if it's a network problem.

Can't hurt to use a more recent version of the Atlassian image though - considering v3 is deprecated recently though.