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.