sorentwo / oban

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

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

Closed fahchen closed 3 weeks ago

fahchen commented 3 weeks 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 3 weeks ago

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