Reputation: 1382
I'm new to Rails and want to schedule payments in a Rails 4 application to happen at a future date using Stripe.
Customer A pays for a service from Recipient B in 3 days. The transfer is thus scheduled in 3 days + duration of the service.
Has someone used Sidekiq for this kind of operations? Is it a good fit or are there other gems out best suited for this kind of operations?
Upvotes: 0
Views: 130
Reputation: 22208
I would suggest you look at a few things:
Hopefully one or more of those will help you solve your problem.
Upvotes: 1