François Beausoleil

Results 37 issues of François Beausoleil

We had a job yesterday whose `serialized_params` was 14 megabytes in length. Yes, we should improve the design and not enqueue such large parameters, that's for sure! What I'm saying...

Hi! We are migrating existing jobs from Heroku Scheduler to GoodJob cron. We already have two cases where the job that we start from cron will enqueue a bunch of...

When viewing a failed job that is retrying and Live Poll is active, when I switch to Full Trace and a poll happens, the page redraws and Application Trace becomes...

Our `config/application.rb` contains the following line: ```ruby config.good_job.preserve_job_records = false ``` The job itself is declared thusly: ```ruby class DetectBundleExtensionJob < ApplicationJob # @TODO: While we are migrating from Sidekiq,...

Live Poll is turned on, and the graph and the accompanying tag headers update properly. The top-level header does not though, which introduces a slight mismatch. It would be ideal...

bug

Ruby's [`IO#read`](https://ruby-doc.org/3.4.1/IO.html#method-i-read) declares 2 parameters: `def read(maxlen = nil, out_string = nil)`. `OpenURI::OpenRead` declares a single Hash parameter: https://github.com/ruby/open-uri/blob/0523bdb6b2bf2931bb4774718ada4da3ce7617b5/lib/open-uri.rb#L812 Marcel, a mime-type detection library, expects to use the 2 parameter...

Hi all! Tapioca frequently segfaults for me. This happens either when using `bin/tapioca dsl` or `bin/tapioca gem --all`. Today was one time too many, and I finally managed to capture...