queuey-macros 0.3.0

Derive macros (#[derive(Queues)], #[derive(Job)]) for queuey
Documentation
1
2
3
4
5
error: unknown backoff `linear`, expected "none", "fixed" or "exponential"
 --> tests/ui/bad_backoff_kind.rs:5:37
  |
5 |     #[queue(retry(max_attempts = 3, backoff = "linear"))]
  |                                     ^^^^^^^