Skip to content

Commit

Permalink
Account for re-queued jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed Nov 30, 2024
1 parent 4b38e81 commit 9842937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/real/community.rs
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,6 @@ async fn test_panic_and_errors_in_handler() {
for _ in 0..8 {
assert!(w.run_one(0, &[local]).await.unwrap());
}
assert!(!w.run_one(0, &[local]).await.unwrap()); // drained

// TODO: 1)requeue all the jobs of this kind
// TODO: 2)create a new worker that will be sending a job via channel
Expand Down

0 comments on commit 9842937

Please sign in to comment.