oban-bg / oban

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

Include cron indicator and expression in meta #1049

Closed sorentwo closed 9 months ago

sorentwo commented 9 months ago

When the Cron plugin inserts jobs the original, unnormalized cron expression is now stored in a job's meta under the cron_expr key. For parity and backward compatibility with Pro's DynamicCron, meta also has cron: true injected.

Closes #1048

/cc @whatyouhide