DEV Community

aclarembeau
aclarembeau

Posted on

1

Show devs: Cronit - The online cronjobs service

Hi everyone,

Today I decided to share one of the latest tools I made, to help the developer community. It's called Cronit (https://cronit.app): a code execution scheduling system, directly from your browser.

How does it work?

The principle is simple: thanks to Cronit, you can create recurring jobs and schedule them very easily, directly from a web application accessible from your web browser.

Just define a schedule, and an HTTP endpoint to call recurrently, and the application takes care of everything.

Why Cronit?

For the record, Cronit was born from a simple observation: during my career as a developer, I frequently had to set up and configure recurring scripts. To do so, I had to use different tools, such as cron. Each time, I also had to waste a lot of time setting up and installing servers whose only purpose was to run these cron tasks. Realizing how much time this was wasting, I decided to abstract this step by creating the first fully serverless online cronjobs system.

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay