Rob

Results 132 comments of Rob

Hm, that is strange indeed. If the job were executed, it wouldn't be in `waiting` anymore -- job ids are moved to `pending` before the job is worked on. Is...

Ideally yes, it'll be re-run (jobs should be implemented in a reentrant way). However, there are still some gaps in a chaotic shutdown. This happens to me often when a...

@mamantoha wow thanks for reporting, it looks like the tag missed it's target somehow.

Alrighty well in the absence of any support here I reached out to the folks at fly.io for help. Here's what they said, and how they were able to help...

There was a whole discussion about this ... what ... 5 years ago? (😱) Amber has this in amber-router, but it's a surprisingly complicated problem to solve with speed. [https://github.com/amberframework/amber-router/blob/master/spec/amber_router/route_set/matching/glob_matching_spec.cr](amber-router/glob_matching_spec.cr)

Ohhhh my mistake sorry!

I'm able to reproduce this but without anything in docker. The procedure is: 1. add a `debugger` to a controller action 2. ```consolesession $ export RUBY_DEBUG_OPEN="true" $ export RUBY_DEBUG_LAZY="true" $...

Alrighty! [Here's an even more minimal proof of concept](https://github.com/robacarp/ruby_debug_issue_1121), without Rails, ActiveSupport, etc. Running it is trivial, and the instructions are in the readme. I was able to upgrade Puma...