oban-bg / oban

💎 Robust job processing in Elixir, backed by modern PostgreSQL and SQLite3
https://oban.pro
Apache License 2.0
3.37k stars 313 forks source link

Move "Periodic Jobs" section out of README into guide #1175

Closed whatyouhide closed 2 weeks ago

whatyouhide commented 2 weeks ago

This is the start of some work on https://github.com/oban-bg/oban/issues/850. We'll want to split the README out into guides, and the cron plugin seemed like a good candidate to start off—it's isolated and its functionality is self-contained.

whatyouhide commented 2 weeks ago

@sorentwo updated ✅

sorentwo commented 2 weeks ago

An excellent start, thank you!