cevado

Results 24 comments of cevado

@josevalim I'll work on that, just to define the default behavior. The precedence is in favor of `connection` option so, if `connection` is nil and `custom_pool` is present, the producer...

@whatyouhide they are linked, but the `connection` trap exit for known reasons. if the reason a `channel` dies is caused by amqp operations the `connection` won't die, but if you...

I think my issue relates to this one, but if it's required i'll open a new issue. When I set the `concurrency` option for `BroadwayRabbitMQ.Producer` it opens one connection per...

@josevalim i'm trying to come up with a proper solution to scale up the consumption rate in case of messages piling up on a queue. Possible ways to handle it...

I was waiting tesla to be merged here just to do the same type of pr. :heart:

> You can add children to any supervisor while they are running. I was thinking of a scenario where you want to scale down. A `:one_for_all` supervisor would always require...

@josevalim I was thinking, just increasing the amount of childs of the `ProcessorSupervisor` and restarting the `BatchProcessorSupervisor` wouldn't do it? Given the genstage subscription structure, just the `BatchProcessor` needs to...

@Irio afaik, they used the Author metadata(if it was created with a licensed application the author usually is the owner of the license). Depending on how the file was created...

just an example: ``` ExifTool Version Number : 10.51 File Name : PEC 287-2016.pdf Directory : . File Size : 618 kB File Modification Date/Time : 2017:05:09 20:10:24-03:00 File Access...

Scraping the files is very easy, the page that has the files and the person who submitted it has incremental id. I was thinking to do something like that to...