darklang / dark

Darklang main repo, including language, backend, and infra
https://darklang.com
Other
1.65k stars 90 forks source link

Component: CRONs #5396

Open StachuDotNet opened 2 months ago

StachuDotNet commented 2 months ago

This Issue exists to collect many items that relate to "Crons" in Darklang - code that is scheduled to run on some pre-set interval or time.

In Darklang-classic, Crons only existed in our Cloud runtime (since that was the only runtime), but going forward we should have them supported for the Local/CLI runtime as well. (likely a wrapper of OS-level functionality)