Skip to content

Instantly share code, notes, and snippets.

View nerijunior's full-sized avatar

Neri J. Jakubowski Jr. nerijunior

View GitHub Profile
@nerijunior
nerijunior / taxa-selic.json
Created September 4, 2020 15:54
Taxa SELIC retirada do Banco Central - UPDATE: 04/09/2020
[
{
"data": "05/08/2020",
"mes": null,
"ano": null,
"inicio": "06/08/2020",
"fim": ""
},
{
"data": "17/06/2020",
@nerijunior
nerijunior / sidekiq_hacks.md
Created August 10, 2021 19:39 — forked from luciotbc/sidekiq_hacks.md
sidekiq hacks

Sidekiq

Infra

Parando o sidekiq usando o rails (recomendado)

ps -ef | grep sidekiq | grep busy | grep -v grep | awk '{print $2}' > tmp/sidekiq.pid
cat tmp/sidekiq.pid
bundle exec sidekiqctl stop tmp/sidekiq.pid