-
Notifications
You must be signed in to change notification settings - Fork 193
Closed
Description
this is a weird one and if it's out of scope for this repo let me apologize in advance.
my rails 7.2.2 app works as it should. i can create CRUD in my postgres 16 (also tested with 14) db but the second i run bin/jobs
the laptop hard crashes and reboots. i'm not able to see any logs, unless someone has a suggestion of where to look.
here's my gemfile for reference:
source "https://rubygems.org"
gem "bootsnap", require: false
gem "httparty"
gem "importmap-rails"
gem "mission_control-jobs"
gem "pg", "~> 1.5.9"
gem "pry"
gem "puma", ">= 6.4.3"
gem "rails", "~> 7.2.2"
gem "revise_auth", "~> 0.8.0"
gem "solid_queue", "~> 1.0.1"
gem "sprockets-rails"
gem "stimulus-rails"
gem "tailwindcss-rails"
gem "turbo-rails"
gem "tzinfo-data", platforms: %i[windows jruby]
group :development, :test do
gem "brakeman", require: false
gem "debug", platforms: %i[mri windows], require: "debug/prelude"
end
group :development do
gem "rubocop"
gem "web-console"
end
i can provide any other information you'd like as i'm kinda unsure what else i could do here.
Metadata
Metadata
Assignees
Labels
No labels