Skip to content

Instantly share code, notes, and snippets.

View eugen-natucci's full-sized avatar
🏳️‍🌈
🧩🏳️‍⚧️

Eugen Natuchchi eugen-natucci

🏳️‍🌈
🧩🏳️‍⚧️
View GitHub Profile
@eugen-natucci
eugen-natucci / README.md
Created April 16, 2024 07:53 — forked from arikfr/README.md
Redash Query Export Tool

Setup

$ pip install click requests

Usage

$ python query_export.py --redash-url "https://app.redash.io/" --api-key ""
@eugen-natucci
eugen-natucci / sidekiq_retry_time.csv
Created September 25, 2024 10:15 — forked from marcotc/sidekiq_retry_time.csv
Sidekiq retry exponential backoff formula times
Retry count Retry Time Total Cumulative Time Total Cumulative Days
0 0:00:00 0:00:00 0.0
1 0:00:16 0:00:16 0.0
2 0:00:31 0:00:47 0.0
3 0:01:36 0:02:23 0.0
4 0:04:31 0:06:54 0.0
5 0:10:40 0:17:34 0.0
6 0:21:51 0:39:25 0.0
7 0:40:16 1:19:41 0.1
8 1:08:31 2:28:12 0.1