đź’ľ
Cheat Sheet
Ctrlk
  • Cheat Sheet
  • Git
  • Rails
    • Setup Rails 8 w/ SQLite & Solid Cable, Cache & Queue
    • Setup Rails 8 w/ Postgres & Solid Cable, Cache & Queue (in a single db)
    • Stripe Pay Gem
    • Setup new Rails app
    • Rails 7 Turbo/Hotwire Cheatsheet
    • ActiveStorage with AWS S3
    • Live reloading with webpack-dev-server
    • Sidekiq & Redis
      • Setup Sidekiq in a Rails 8 app
      • Clear sidekiq queue
      • Start jobs worker
    • Setup Solid Queue/Cable/Cache in Rails 8 to share a single database
    • Run rspec tests
    • Acts As Tenant (using Rails console)
    • Reset database & re-run migrations
    • Ultrahook for testing email to app
    • Troubleshooting
    • OLD
    • Hosting
    • Edit Rails Credentials
    • Run subdomains on local
    • Rails + Inertia + React + ShadCN
  • Misc
  • Statamic
  • Forge / Statamic
  • Old (not using anymore)
  • Cursor
  • Mac Environment
Powered by GitBook
On this page
  1. Rails
  2. Sidekiq & Redis

Start jobs worker

rake jobs:work
PreviousClear sidekiq queueNextSetup Solid Queue/Cable/Cache in Rails 8 to share a single database

Last updated 6 years ago