Search Results for "sidekiq-and-background-jobs"
Lessons
Forum Threads
How do I make my Stripe Charges more robust [Background Worker & Idempotent]?
7
Rails
One thing I don't want to have to deal with are refunds because a customer happened to get charged twice. I want to ensure that I've designed my Rails app to be robust in the face of failure before...
Solved
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
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
How to Test Background Jobs with Active Job Discussion
1
General
Nice video! this work with sidekiq workers and rspec ?
Dwight Watson replied
Russian Doll Caching with Rails 5 Discussion
13
General
Hey Chris, thank you for this screencast! Cache toggling feature looks awesome (I just learned it from this video). One quick question, do you recommend Redis over Memcached as a cache store?
And replied
Background Jobs
3
Rails
Hey there,
I'm using nested attributes to generate a bunch of records at once. I'm coding a tool that crawls IP and Website Informations.
The nested attributes are set up like this:
-Company
--h...
Managed Postgres with DigitalOcean or thru own server with Hatchbox
5
Rails
I've been going thru the various ways to publish a rails app and trying to decide which method is going to be the best in the long run. After some searching I think Hatchbox and DigitalOcean is go...
Olly Headey replied
Solved
Background Workers with ActiveJob and Sidekiq Discussion
22
General
Great video, I deployed my app with capistrano every thing went well except sidekiq, the jobs are not running. I tried debugging but sidekiq command is not working on my production system, could yo...
gafemoyano replied
New Position Senior engineer, where to start?
3
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...
Nisad replied
Using Parallel gem to achieve parallel processing in Ruby for increasing performance and making Rails Application faster.
4
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...
sygfygfs 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 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
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...
ActiveJob Deserialization Error that doesn't make sense
3
Rails
I have a Ruby/Rails application deployed on AWS ElasticBeanstalk and I use Sidekiq with Redis to handle all of the background jobs.
My app has events that users can create and there's a job that ...
Marc Köhlbrugge replied
Batching Backgrounds Jobs with Sidekiq Discussion
4
General
Very nice, thanks for sharing.
mrichardsJBOIT replied
Redis on Digital Ocean vs. AWS/ElastiCache
2
Servers
I'm running a Rails app on AWS Elastic Beanstalk / EC2 which also uses ElastiCache / Redis to run background jobs with Sidekiq. If I'm not mistaken, ElastiCache is a completely separate service tha...
Craig DesBrisay replied
Solved
Bye bye Heroku 👋 welcome Hatch 🐣 Deploying my first app, few trivial question :)
1
Servers
Hello,
Although I've been working with Rails for about 3 years now I was never resposible for deploying apps and dealing with servers – embarrassing, right? – apart from a side project I used Her...
Solved
Multitenancy with the Apartment gem Sending email in production
16
General
Hi I did the Multitenancy app works great only problem that im having is on production the app wont send email. On local machine it send it with no problem.
Any help and what info that you need le...
Francisco Quinones replied
Multitenancy with the Apartment gem
5
Gems / Libraries
Hi Chris Im trying to apply the Multitenancy to a exiting app. at the moment the tenant get create. how can I use the exiting that to be one of the tenant. When I enter with a exiting user to the t...
Francisco Quinones replied
Solved
How do I access an attribute from a background worker (Stripe charge_id)?
1
Rails
I managed to get Stripe working and processing Jobs, where a user must pay a one-time charge in order to create a Job record. After putting the call to `Stripe::Charge.create` in a background ...
Taylor Cooney replied