I have a web app that requires allowing users to schedule a recurring task at their own specified time/interval. How would you go about it?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • rrule-go

    Go library for working with recurrence rules for calendar dates.

  • My Go-to library for such problems is https://github.com/teambition/rrule-go, it allows you to store the rule and then basically query for the next occurrance.

  • Asynq

    Simple, reliable, and efficient distributed task queue in Go

  • Asynq does this pretty nicely https://github.com/hibiken/asynq/wiki/Periodic-Tasks

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts