You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepare release 0.6.0
Prepare release 0.6.0, which includes doc strings for most of the public
API and a new `AttemptError` data class to represent a job error.
Prepare version 0.2.0
Prepare release 0.2.0, which largely just includes a rename of `Args` to
`JobArgs`, a new `JobArgsWithInsertOpts` protocol for slightly nicer
typing, and a few more tests [1].
[1] #20
Cut release 0.2.0
Cut release 0.2.0, where we add usage instructions README, add job state
constants, and change return value of `insert_many()` and
`insert_many_tx()` to an integer instead of a list of jobs [1].
[1] riverqueue/river#19