You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be an edge case but running this on heroku costs $40/month and I really don't need instantaneous delivery from my staging environment. I'd like to run it as a scheduled task instead. It'd just check for any unsent messages and send them then exit. Is that possible?
The text was updated successfully, but these errors were encountered:
on heroku it seems tricky without the extra worker... maybe try a scheduler that runs something like bundle exec push staging -f (or whatever env)... i'm going to try this soon.
This may be an edge case but running this on heroku costs $40/month and I really don't need instantaneous delivery from my staging environment. I'd like to run it as a scheduled task instead. It'd just check for any unsent messages and send them then exit. Is that possible?
The text was updated successfully, but these errors were encountered: