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

fix: make `t:Oban.Job.replace_by_state_option/0` a keyword item instead of a keyword #1103

Closed fahchen closed 5 months ago

fahchen commented 5 months ago

According to the usage in the documentation, replace_by_state_option should be a keyword item. I believe this may be a mistake.

https://github.com/sorentwo/oban/blob/5668f23fc3dc99e09ac3cced5e8a0f22cffd8552/README.md?plain=1#L546-L553

sorentwo commented 5 months ago

You're correct, it was a mistake. Thanks!