adnjoo / dueltasks

Gamify Your Tasks 👾
https://dueltasks.com/
MIT License
0 stars 0 forks source link

sidekiq #97

Closed adnjoo closed 1 month ago

adnjoo commented 1 month ago

Todo

[87e7e512-cff7-4c39-a278-1b66281c3c9d] RedisClient::CannotConnectError (Connection refused - connect(2) for 127.0.0.1:6379 (redis://localhost:6379)):

[87e7e512-cff7-4c39-a278-1b66281c3c9d] 

Causes:

[87e7e512-cff7-4c39-a278-1b66281c3c9d] Errno::ECONNREFUSED (Connection refused - connect(2) for 127.0.0.1:6379)

[87e7e512-cff7-4c39-a278-1b66281c3c9d]   
adnjoo commented 1 month ago

Steps to Test Locally with Foreman

Railway problems

If using Nixpacks, you can override the start command with a Procfile at the root of your app. Only a single process type is supported at the moment.

Create and Configure a Worker Service Now, set up a separate service to run your Sidekiq workers. Create a new Empty Service and name it Worker Service.

Screenshot 2024-10-23 at 6 40 07 PM Screenshot 2024-10-23 at 6 15 06 PM

should probably research other PaaS that can have >1 process running from Procfile