Samir Kumar

Lightweight HTTP-based task scheduler in Go | OSS

by

I just created Schedy, a lightweight HTTP-based task scheduler written in Go.

You can schedule tasks via a simple API, and at the right time, Schedy will send an HTTP POST request (webhook) to the target URL. It's great for tasks that just need to run later.

It’s minimal, fast, and easy to drop into any architecture.

Would love feedback, ideas, or contributions! <3

GitHub: https://github.com/ksamirdev/schedy

6 views

Add a comment

Replies

Be the first to comment