Hal Spitz
Hal Spitz
The way useControllers compose is a little unusual with some interesting side effects. I was wondering if calling this behavior out a little more explicitly as it bit me on...
This PR has changes to: alert, toggle, and dropdown. The changes to alert and toggle are minor -- mostly upgrading to Stimulus V3 and a small feature or two. The...
DnD between groups with a non-drop target in between results in a drop into the last valid location
- What result are you trying to achieve and why? I have several groupings of sort area's (see the code example linked below). Easiest way to think about the problem...
I'm currently configured with: config.active_job.queue_adapter = :good_job config.good_job.execution_mode = :external config.good_job.queues = 'queue1:1;queue2:1;queue3:1;-queue4:2' # Yes, I know this needs a serious rethink and relying on defaults for the rest of...
On the main Queue tab, cluck any one of the "queue name" buttons, and you redirect to a page for that queue. On any other page where a "Queue name"...
Because I'm locked to Heroku, I'm obliged to watch the memory utilization for the jobs "dyno" as I have a particular job that triggers R14 errors (soft OOM). Not only...
Question: What is the right way to initiate a cron job once at boot and then on the cron schedule?
I have several cron jobs. Because I'm currently locked to Heroku, there are times when I'm not in control of when my application is running or gets restarted. To that...
Environment: - Latest version of SolidQueue - [email protected] - MacOS My workflow that seems to reliably cause the issue: - I have a workflow where I create approximately 10 records...
I ran into a problem with passing an ActiveSupport::Duration to a recurring job. I built a couple of jobs that just pass arguments and check that they are received as...
Adds a button to allow invoking a backtrace_cleaner on the backtrace of a failed job. * Defaults to the standard Rails backtrace_cleaner * Can be overridden with a user supplied...