superfly / docs

Apache License 2.0
101 stars 1.04k forks source link

Docs for running periodic jobs #64

Closed jsierles closed 1 year ago

jsierles commented 2 years ago

We have nothing built-in for running periodic jobs. People ask a lot because other platforms offer it. But we can still guide people.

We have a simple example on how to run cron jobs. But it's not that useful on its own. It would be useful for those willing to add it to Dockerfile.

We should hat-tip to other good job tools like:

These tools could be documented more extensively on runtime-specific doc pages.

catflydotio commented 1 year ago

I'm closing this issue for Docs because it's framework-specific.

bradgessler commented 1 year ago

I wrote a framework agnostic guide for cron at https://fly.io/docs/app-guides/supercronic/

catflydotio commented 1 year ago

Even better. Closed as actually completed :)