Gene Chulkov

Results 7 comments of Gene Chulkov

Thanks for quick response! With latest `0.4.0` version it still throws an error, but now it's different ``` node_modules/alfy-test/index.js:40 Rejected promise returned by test. Reason: AlfyTestError { result: '', message:...

**Not sure this is related**, but seems like the `cert` for `https://get.rvm.io` produces some issues, so curl can not verify it and fails. I've faced pretty similar problem with CircleCI,...

Yeah, I also double checked the `cert` is valid, so double check the `system time` on a pipeline

> @dev99problems exact same issue here, right now. Have you recently tried the orb again on your side? @tom-nuyts we needed to fix that fast, so we avoid of using...

Same from me — while trying to schedule the job to be run every `6 hours` and instead got it run every minute. ```js cron.schedule('* */3 * * *', async...

@adriaanvanrossum you mean like `'* * */3 * * *'`? Because we with @Kapumas use different patterns, but still get the same behaviour.

@koenco thanks a lot for your inside, I'm aware I could misuse the pattern itself, so really thankful for help here. I would say this is pretty much like the...