cevado

Results 13 issues of cevado

enhancement

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...

question

based on #402 discussion.

language-erlang
scope-sdk

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.

elixir
instrumentation
opentelemetry_ecto

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...

Kind:Discussion