-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 3 Roadmap #21
Comments
API ModeThis would compliment caffeinate-webui |
Standalone applianceThis is a bit more involved, but effectively, I want to use Caffeinate to allow non-technical users to build campaigns and emails. I had the idea (and an MVP) a while ago, but perhaps I make it open-core. |
Hey @joshmn 👋 Just wanted to reach out and offer interest in helping with this gem/project if you're looking for some! I've spent the last couple of weeks integrating Caffeinate into a rails app I lead, including making our own Anyway, just wanted to reach out! |
Hi @jon-sully! Ah! Flattered! If you want I'd be happy to put the logo in the readme! That Texter class — so sorry! #14 could help it... :) I'm open to all ideas! Feel free to make an issue and tag it with the Idea tag and we can discuss there :) (PS I think you're right — I haven't used it myself yet so I don't know how well it works.... hehe) |
We almost used it once I discovered it, but since it doesn't allow for any "jitter" we decided to just use a custom setup more like this: class LongTermDripper < ApplicationDripper
20.times do |idx|
drip :random_long_term, mailer: ClientMailer, on: -> { subscriber.morning_delivery((idx * 2).weeks.from_now + rand(0..2).days) + rand(0..180).minutes }
end
end Which is like: every 2 weeks at the user's 9am mark, but with up to 2 days and 3 hours of 'jitter' (makes the message seem more organic, less like it's on a schedule). Although that's not quite working yet because each Though, now that I type all that out, maybe it'd be better suited to just have a PR that adds 'jitter' functionality to the |
Between launching RubyOnRails.jobs and being funemployed I've had some ideas as to what I want to make for V3. Please comment or react to the comments below:
ActionMailer::Base
: Version 3 Roadmap #21 (comment)The text was updated successfully, but these errors were encountered: