Álvaro Justen
Álvaro Justen
Li em vários manuais que usam a Selic para alguns conta (do BCB, da ANBIMA etc.) que deve-se usar o valor da taxa anual com 2 dígitos, fazendo a conta...
It makes sense to implement a MariaDB plugin (instead of MySQL). I'm not sure the best Python connector -- Django uses [mysqlclient](https://pypi.org/project/mysqlclient/), which is a little different from [mariadb](https://pypi.org/project/mariadb/) (the...
Por enquanto, removi as entradas IPv6 do DNS, assim a conexão sempre será IPv4. Após resolver a configuração IPv6 no servidor, voltarei com as configurações de IPv6 no DNS.
I was thinking in a periodic task enabled by default for every worker that: - queries the database to check if there's at least one running job being executed by...
Agreed! But I'd also add an option so procrastinate automatically schedule a recurring task to do it (something like `app = App(..., reschedule_when_worker_dies=True)`), so the user does not need to...
Sorry to hear you had a bad experience. I'm working on updating the changelog so we can finally release the 0.5.0 - which will break Python 2 compatibility (I was...
I've implemented the [populacao_estimada.py script](https://github.com/turicas/censo-ibge/blob/main/populacao_estimada.py) which finds, downloads and converts/normalizes data from IBGE. It currently downloads and normalizes estimates only but I'm willing to also add support for census data....
> It would be nice to adapt the code to use the same strategy to scan the FTP server direcly as we do in PySUS for the DATASUS FTP server,...
@jesseky is this problem still happening? If yes, could you please share a link for this sample file?
And since this project uses `phoenix_live_reload` you also need to run `sudo apt-get install inotify-tools` before running it. I can work on a full installation (for whom don't have erlang/elixir/etc....