Skip to content

Commit 165af01

Browse files
committed
Fix reference to old style of job state constants
Update README to use the new style of `JobState.AVAILABLE` for job state constants following the change in #25.
1 parent 8d2ba87 commit 165af01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ insert_res = client.insert(
8383
by_args: True,
8484
by_period=15*60,
8585
by_queue: True,
86-
by_state: [riverqueue.JOB_STATE_AVAILABLE]
86+
by_state: [riverqueue.JobState.AVAILABLE]
8787
)
8888
),
8989
)

0 commit comments

Comments
 (0)