# Ralley [Ralley](https://ralley.io) is a queue as a service, powered by HTTPS. ![](https://i.imgur.com/ooqyI7C.png) ### Features - Schedule - run jobs at your specified interval (CRON or number of seconds) - Retry - retry failed jobs automatically or manually - Trace - a world class log console to review your requests ### How it works Ralley works like any other queue, but instead of pushing jobs, you simply push requests. Prefix any request with ralley.to/ and we’ll queue and forward it with the exact same method/body/headers/parameters. No additional configuration for your endpoint, requests can be sent directly as normal (sync) or via the ralley queue (async). ### Pricing First 10,000 requests are free - that includes scheduling requests.