cevado
cevado
i want to allow a job(same class, args and queue) to be schedule only once... is that possible? i found out that there isn't any easi api to get scheduled...
based on #402 discussion.
current implementation of opentelemetry_ecto doesn't allow to setup additional attributes to the span. this PR add this possibility by allowing an `:attributes` option on setup.
Discussing on broadway_rabbitmq @josevalim [commented](https://github.com/dashbitco/broadway_rabbitmq/issues/60#issuecomment-811452706) about this possibility. I was thinking that restarting everything could be avoided by changing `BatchProcessorSupervisor` and `ProcessorSupervisor` to a `:simple_one_for_one` supervisor(or a DynamicSupervisor), but I...