checkly / public-roadmap

Checkly public roadmap. All planned features, updates and tweaks.
https://checklyhq.com
37 stars 7 forks source link

Allow checks without Schedule #275

Closed zomars closed 1 year ago

zomars commented 1 year ago

Is your feature request related to a problem? Please describe. I want to disable check frequency.

Describe the solution you'd like I need some check to just run on a production deploy from Vercel.

Describe alternatives you've considered Setting it to 24 hours but that's not the optimal solution since the intention is to run these checks ONLY when deploying to production.

Additional context Add any other context or screenshots about the feature request here.

tnolet commented 1 year ago

@zomars thanks for reporting. We got this on our radar. I'm linking it to this overarching request https://github.com/checkly/public-roadmap/issues/125

tnolet commented 1 year ago

To give some context: this is a longer standing request and I / we 100% see the need for it. More and more of our customers are mostly getting value out of Checkly by triggering the checks on deploy. We are adjusting some parts of our infra but also our plans & pricing to start enabling this. More news ASAP.

tnolet commented 1 year ago

@zomars and other, we have an early version of our CLI now live that allows you to put your checks in your code base and just run them in CI with a checkly test command. Have a look here:

This is a much more elegant way to use Checkly for testing in CI (for instance on a Vercel deploy) then setting deployment triggers on monitoring checks. Happy to learn about your thought and feedback

tnolet commented 1 year ago

@zomars would love to know if this solution works for you.

tnolet commented 1 year ago

@zomars and other. We have a clean split between monitoring and testing now. Please see our updated docs on how to achieve this. https://www.checklyhq.com/docs/testing/