Mike Perham

Results 320 comments of Mike Perham

Yep, that’s where the 180 days is coming from. You are welcome to lower that number but I would not recommend lowering it below 30 days.

1. If a batch job dies, the batch dies. A job dies when it runs out of retries. 2. Because you can "resurrect" a batch by manually running a dead...

1. Yes. 2. 1 3. Yes. These are specific implementation details and subject to change (but unlikely) and my poor memory. The code is the ultimate source of truth, of...

Yeah, that's a tricky one. I'm not sure how to improve the situation. I wish Hash had a `transform_proc` option which can be called on every k/v pair to normalize...

default_job_options allows arbitrary `String -> Any` k/v pairs. You could have a k/v pair which is relevant to a Sidekiq extension, for instance.

Blocked by https://github.com/flori/json/issues/568

That's a good summary of Sidekiq Pro's super_fetch. `identity` is only available within each Sidekiq process, it's not available in the client pushing the job to Redis. As for your...

UPX cuts the binary size to 1/3rd, 120MB ---> ~40MB. Seems like a quick and easy win. ``` -rwxr-xr-x 1 mperham staff 43824808 Sep 11 08:40 vector -rwxr-xr-x 1 mperham...

@polarathene I've published UPX-compressed binaries for my commercial products for almost a decade now with zero complaints. I do prefer full-featured static binaries over manual builds but the binaries like...