queuey-macros 0.3.0

Derive macros (#[derive(Queues)], #[derive(Job)]) for queuey
Documentation
1
2
3
4
5
error: `delay` is only valid with `backoff = "fixed"`
 --> tests/ui/delay_with_exponential.rs:5:44
  |
5 |     #[queue(retry(backoff = "exponential", delay = "1s"))]
  |                                            ^^^^^