DEV Community

# sidekiq

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Database Pool Management with Sidekiq and load_async

Database Pool Management with Sidekiq and load_async

Comments
2 min read
Mastering Large Backfill Migrations in Rails and Sidekiq

Mastering Large Backfill Migrations in Rails and Sidekiq

6
Comments 2
11 min read
Sidekiq in Ruby on Rails for background jobs

Sidekiq in Ruby on Rails for background jobs

2
Comments
1 min read
Managing Ruby's Memory Bloating In Sidekiq: Strategies and Solutions

Managing Ruby's Memory Bloating In Sidekiq: Strategies and Solutions

1
Comments
3 min read
Implementing the Outbox Pattern with Sinatra, Sidekiq, and Postgres

Implementing the Outbox Pattern with Sinatra, Sidekiq, and Postgres

Comments
3 min read
Trick to cleaner use Sidekiq::Testing.inline! in tests

Trick to cleaner use Sidekiq::Testing.inline! in tests

2
Comments
1 min read
Create And Dockerize Rails Application With PostgreSQL And Sidekiq (Docker + Docker Compose)

Create And Dockerize Rails Application With PostgreSQL And Sidekiq (Docker + Docker Compose)

12
Comments
4 min read
How to subscribe users to SendGrid’s marketing emails using Rails

How to subscribe users to SendGrid’s marketing emails using Rails

1
Comments
4 min read
How to send slack notifications from Rails app using sidekiq

How to send slack notifications from Rails app using sidekiq

3
Comments
3 min read
What to do if Sidekiq job is stuck

What to do if Sidekiq job is stuck

Comments
3 min read
Set the Sidekiq log level to the Rails log level

Set the Sidekiq log level to the Rails log level

3
Comments
1 min read
Question - Best way to handle background jobs using Firebase functions?

Question - Best way to handle background jobs using Firebase functions?

1
Comments
1 min read
Sophisticated, Simple, and Affordable Background Workers

Sophisticated, Simple, and Affordable Background Workers

20
Comments
5 min read
Rails, Sidekiq : full tutorial

Rails, Sidekiq : full tutorial

9
Comments
7 min read
What not to do when using async background jobs(based on rails+sidekiq experience)

What not to do when using async background jobs(based on rails+sidekiq experience)

1
Comments
5 min read
TIL: Queuing Sidekiq workers safely with the help of Isolator

TIL: Queuing Sidekiq workers safely with the help of Isolator

1
Comments
4 min read
利用 systemd 在 Ubuntu 執行 Sidekiq 6

利用 systemd 在 Ubuntu 執行 Sidekiq 6

3
Comments
3 min read
Run Sidekiq 6 as daemon in Production environment on Ubuntu 20.04

Run Sidekiq 6 as daemon in Production environment on Ubuntu 20.04

21
Comments
7 min read
Sidekiq's sidekiq_retries_exhausted hook

Sidekiq's sidekiq_retries_exhausted hook

7
Comments
2 min read
Ruby background processing worker error handling comparison

Ruby background processing worker error handling comparison

2
Comments
3 min read
Sidekiq clear

Sidekiq clear

Comments
1 min read
Running Background Jobs in Ruby on Rails Containers

Running Background Jobs in Ruby on Rails Containers

3
Comments 1
7 min read
sidekiq-dry

sidekiq-dry

8
Comments 1
3 min read
[Sidekiq] How To: Interrupt a running job when Sidekiq worker process is shutting down

[Sidekiq] How To: Interrupt a running job when Sidekiq worker process is shutting down

3
Comments
3 min read
Modern Rails flash messages (part 2): The undo action for deleted items

Modern Rails flash messages (part 2): The undo action for deleted items

42
Comments 4
9 min read
Sidekiq Batch Complete Callback

Sidekiq Batch Complete Callback

13
Comments
2 min read
How to control the enqueuing speed of Sidekiq jobs and their concurrency

How to control the enqueuing speed of Sidekiq jobs and their concurrency

4
Comments
4 min read
How to RSpec your sidekiq-scheduler

How to RSpec your sidekiq-scheduler

18
Comments 3
3 min read
Passing Rails controller params to Sidekiq

Passing Rails controller params to Sidekiq

11
Comments
3 min read
How Do I Split Up a Large query In Sidekiq and Rails?

How Do I Split Up a Large query In Sidekiq and Rails?

18
Comments 3
4 min read
Leveraging Sidekiq for Higher Throughput

Leveraging Sidekiq for Higher Throughput

6
Comments
3 min read
Wrangling slow reports, large file exports, and long-running tasks in Rails with Active Job

Wrangling slow reports, large file exports, and long-running tasks in Rails with Active Job

3
Comments
16 min read
Call for Contributions: Move All DelayedJobs to Sidekiq

Call for Contributions: Move All DelayedJobs to Sidekiq

61
Comments 3
1 min read
Rails: Background Job Done Right (Case 1)

Rails: Background Job Done Right (Case 1)

16
Comments
8 min read
Fail Fast and Fail Often: Handling API Errors at Scale

Fail Fast and Fail Often: Handling API Errors at Scale

30
Comments 3
6 min read
A simple way to distribute jobs in Sidekiq queues

A simple way to distribute jobs in Sidekiq queues

8
Comments
1 min read
More than "Hello World" in Docker: Build Rails + Sidekiq web apps in Docker

More than "Hello World" in Docker: Build Rails + Sidekiq web apps in Docker

198
Comments 22
14 min read
redis-namespace: when one sidekiq process is not enough

redis-namespace: when one sidekiq process is not enough

12
Comments 6
2 min read
Sidekiq Stats in Rails

Sidekiq Stats in Rails

10
Comments
1 min read
Active Record, Sidekiq, pools and threads

Active Record, Sidekiq, pools and threads

54
Comments 3
5 min read
StimulusJS with Rails Action Cable and a bit of Sidekiq

StimulusJS with Rails Action Cable and a bit of Sidekiq

23
Comments
4 min read
Using sidekiq delayed_job for HUGE delete requests in Rails

Using sidekiq delayed_job for HUGE delete requests in Rails

12
Comments
3 min read
Coding Sidekiq Workers the Right Way

Coding Sidekiq Workers the Right Way

104
Comments 10
5 min read
Running Sidekiq On Heroku Free Dyno With Puma

Running Sidekiq On Heroku Free Dyno With Puma

11
Comments
2 min read
loading...