Klemen Sever
Klemen Sever
Indeed, it looks like you're having timeouts. The function called is `handle_callback!/1` (notice the bang) so when something fails, it *will* raise an error which is expected. Still, if you...
This approach looks good :) Happy to see a PR with this improvement !
Hi @silvagustin ! Thanks for your contribution 🎉 Seems like a neat additional feature 💪 Would you be so kind as to add a few tests that covers the logic...
Cool :) You'll see tests that require an external call use `exvcr` to return sample payloads. For the CI, you'll need to rebase your changes on master, I had to...
Hi ! I'm chiming in on this issue. We're currently in the process of adding monitors and alerting on hydra and we also want to monitor some basic functional KPIs...
Hi Fabien, It depends how much information is needed. In its simplest form, it needs: a `commit hash` and a `timestamp` of when the deployment ended and succeeded. That way,...
> @achedeuzot Apologies for the late response! I think that would be a great addition, how is your implementation looking? Feel free to open a design document or PR for...
@dependabot rebase
BTW, have you seen the #175 PR ? It could give you some ideas about your feature ;)
@taj In ran the CI but it's red because of a few things :) Have you checked the PR of the previous comment ? It could help ;)