Search Results for "sidekiq"
Lessons
Forum Threads
New Position Senior engineer, where to start?
2
Tips
Hi everyone,
I am starting a new position as a senior software engineer. I was told that it is very ruby on rails environment. I want to know what is the best way to get started with learning inte...
Tuan Mark replied
Using Parallel gem to achieve parallel processing in Ruby for increasing performance and making Rails Application faster.
3
Ruby
Hi everyone, I'm trying to decrease API latency in our largely synchronous Ruby on Rails backend. While we use Sidekiq/Shoryuken for background jobs, the bottleneck is within the request-response c...
Florencio Schroeder replied
How do I dynamically update views when objects change
9
Rails
Hello,
I have objects called lockouts. I have several views where the users lockouts are listed or displayed. I want to update those views without having to refresh the page. So if an attribute of ...
LOLCONCEPTS replied
Help with concurrency
6
Ruby
Hi everyone, how’s it going? I’m a Go developer transitioning to Ruby due to a job change. Typically, I solve various problems in web apps using Go’s lightweight threads (goroutines). For example, ...
Matheus Cumpian replied
How to use Solid Queue in Rails with Active Job Discussion
12
General
What's great about the puma plugin is the cost savings when running on something like Heroku. Only one dyno needed for small apps including a Queue. Something that was quite expensive before becaus...
Matthias replied
How to upgrade to Rails 7.1 Discussion
4
General
any anyone else having issues with sidekiq after upgrading from `7.1.0.beta1` -> `7.1.0.rc1`
```
undefined method `broadcast' for ActiveSupport::Logger:Class
=> gems/sidekiq-7.1.4/lib/sideki...
Sidekiq Web Assets are not pickingup automatically on production
1
Gems / Libraries
I recently upgraded sidekiq to version 7. The sidekiq-web assets are not picking up automatically. I am using NGINX configurations also but nothing worked. Please help me on this
Kazim Abbas replied
I am wondering if there is a way to access the current_tenant ID within a sidekiq job?
1
Rails
I can see that everything is scoped to the tenant via `ActsAsTenant.with_tenant`
https://github.com/ErwinM/acts_as_tenant/blob/master/lib/acts_as_tenant/sidekiq.rb
but wondering if I wanted to acc...
Michael Smith replied
Generate ActiveStorage image variants after upload
1
Rails
I have a model that has a photo attached and this photo has few variants.
I would like to display many of these photos as a gallery and i am using one of the variants as a thumbnail and another one...
Alex F replied
Failed to run sidekiq properly to heroku
0
Rails
After deploying sidekiq to heroku, everything works properly except when I try to run a job I get this error Redis::CommandError: ERR invalid password
John Nonso posted
Contributing to Open Source: Sidekiq Web UI Bug Fix Discussion
0
General
Contributing to open-source projects always seems intimidating, so it's nice to see examples that are accessible and straightforward. Thanks for this.
How to manage and run Maintenance Tasks for Rails in Production Discussion
2
General
Looks good, can I still use this if I directly use sidekiq for my background jobs rather than activejob?
Jay Killeen replied
Has anyone using ruby 2.7?
0
General
Hi,
I've been wondering what's the adoption of ruby 2.7. Has anyone here migrated a production app to 2.7?
I've done some rudimentary tests on SaaSHub (development), and it's a touch slower in mo...
nozale posted
API HTTP Requests using Faraday Discussion
7
General
One question I have, there is no retry option given. Does it makes sense on original implementation to leave the retry out? We are trying to make the code as robust as possible and in case of timeo...
computer_smile replied
Looking for Ruby on Rails Developers to work In a US based company
2
General
Our team is looking for a top notch Ruby on Rails Senior developer willing to take on challenging projects. You will be working side by side a distributed team to help build and maintain amazing R...
Routing Inbound Emails with Actionmailbox Discussion
3
General
Loved the nifty regx trick.
Also liked the
```
if(user = User.find_by(....))
user
else
...
end
```
Didn't know you could define values in if statements and use them to return, will definately be...
Chris King replied
Docker Basics for Rails Discussion
15
General
If I run rails inside of Docker, does this set-up require more resources from my my machine?
Rails for Beginners Part 36: Background Jobs with Sidekiq Discussion
16
General
I had to change the timezone in config/application.rb. Rails default's timezone is UTC + 0 and my own timezone is UTC + 1. So at 8:00pm when I was trying to publish at 8:01pm, Time.current was ret...
Shaun Smerling replied
Rails for Beginners Part 34: Background Job for Posting Tweets Discussion
4
General
Hi Chris,
if I post Tweet with publish_at at 8am and reschedule it to 9am wouldn't have the first job Tweet instance with 8am?
Shouldn't I send to job only an id and find actual Tweet inside the jo...
Shaun Smerling replied
Noticed Gem - Twilio is not working
2
Gems / Libraries
Using jumpstartpro. Setup the credentials and verified that they are correct. All other delivery methods work, but I am getting this error for Twilio
`
Error performing Noticed::DeliveryMethods::T...
Aaron Xavier replied