Re: Single app with multiple processes vs multiple apps with single process

2013-04-16 Thread Mark Pundsack
In addition to those great points, it's worth noting that separating your app into multiple apps *just* for the purposes of avoiding paying for them is against Heroku's Terms of Services and subjects your account to termination. Mark On Apr 16, 2013, at 5:02 AM, John Pignata j...@pignata.com

Re: Cloning the rollback?

2013-01-30 Thread Mark Pundsack
is lost. Try heroku run bash to get a shell running on your slug. All of your code will be there. I'm not positive, but you might even be able to run git commands and find the commit hash you're looking for. Worst case, you can at least FTP or otherwise get your code out again. Mark On Jan 30

Re: app transfer and billing

2013-01-09 Thread Mark Pundsack
You should use the Heroku Dashboard web interface to transfer paid apps. It's a relatively new addition and I believe the CLI still only lets you transfer free apps. If you try with the CLI, it should just fail. Mark On Jan 9, 2013, at 6:54 AM, Neil Middleton n...@neilmiddleton.com wrote

Re: Removing SSL endpoint

2012-04-05 Thread Mark Pundsack
Looks like you might be missing the updated SSL plugin. Try: heroku plugins:install https://github.com/heroku/heroku-certs.git On Apr 5, 2012, at 2:38 AM, Lukáš Linhart wrote: We have not received address for our SSL proxy, thus we decided to remove our SSL endpoint and to add it again.

Re: Questions about Heroku Scheduler

2012-03-08 Thread Mark Pundsack
On Mar 8, 2012, at 1:00 PM, Jack R-G wrote: 1) The dashboard seems to offer only 30-minute increments on daily process scheduling times. Is there a way to schedule for times not on the half-hour (e.g. 8:15 UTC)? Sorry, no. 2) What happens if a task scheduled to start at 8:00 is still

Re: Questions about Heroku Scheduler

2012-03-08 Thread Mark Pundsack
On Mar 8, 2012, at 4:04 PM, Jack Royal-Gordon wrote: Followup questions relating to question #2: 2.1) In the scenario addressed in question 2 below, would the two tasks run in the same dyno, or does Heroku spin up another dyno for the second task? I thought I had read that the scheduled

Re: Heroku Scheduler API ?

2012-02-22 Thread Mark Pundsack
Sorry, there's no API for scheduler. Can I ask what you want one for? On Feb 22, 2012, at 3:05 AM, Michel Pigassou wrote: Hi Is there an API for the Heroku Scheduler (https://addons.heroku.com/scheduler) or do we have to go through the web UI ? -- You received this message because you

Re: No access to app despite being creator

2012-02-16 Thread Mark Pundsack
Did you have a different Heroku account at one point? It sounds like your ssh or API keys are messed up in some way. I've seen this before when you're still logging in using an old Heroku account. On Feb 2, 2012, at 10:30 AM, Jordan F wrote: Hi all, I created a new Heroku instance with no

Re: When pushing to Heroku it crashes on Installing do_sqlite3 (0.10.7)

2012-01-23 Thread Mark Pundsack
group :development, :test do gem 'dm-sqlite-adapter' end Mark On Jan 13, 2012, at 9:39 PM, tripdragon wrote: I have a bare bones Sinatra app that is using gem 'dm-postgres-adapter' gem 'dm-sqlite-adapter' while running git push heroku master, I get http://pastebin.com/kcu6MAtt Installing

Re: Interactive console on Cedar

2012-01-13 Thread Mark Pundsack
Is it a ruby app? `console` is for the interactive ruby console. If it's some other language (or you haven't pushed any code at all yet), there may not be the equivalent. If you want a shell, then `heroku run bash` should work. On Jan 10, 7:25 am, Martin Aspeli optil...@gmail.com wrote: On 10

Re: Interactive console on Cedar

2012-01-13 Thread Mark Pundsack
Just note that anything you do in that shell, or at least any files you save or edit, will be lost when you exit the shell. You're running in an isolated dyno with an ephemeral file system. On Jan 13, 2012, at 12:49 PM, Martin Aspeli wrote: On 13 January 2012 20:39, Mark Pundsack m

Re: ENV['DATABASE_URL'] is nil in Sinatra app using DataMapper

2012-01-13 Thread Mark Pundsack
From http://devcenter.heroku.com/articles/cedar, try: $ heroku addons:add shared-database:5mb New apps that have the `pg` gem specified in the Gemfile will get this automatically. If the app was created a while ago, or if you added the `pg` gem after the first push, it wouldn't have added the

Re: Heroku Scheduler - Time Out?

2011-12-22 Thread Mark Pundsack
There are no hard limits; it's just that it wasn't designed for long- running tasks so you may not find it suitable. For example if you've set up a task to run every 10 minutes, but the task doesn't finish before the next scheduled run hits, you could end up with an escalating problem. On Cedar

Re: Is it possible to use CarrierWave on Heroku without relying on cache?

2011-05-25 Thread Mark Ellul
There is an s3 gem upload gem which allows straight from the browser to s3 uploads... gem 's3_swf_upload', :git = 'git://github.com/nathancolgate/s3-swf-upload-plugin' It uses a swf to do it though! -- You received this message because you are subscribed to the Google Groups Heroku group.

Re: Does Hoptoad Work for a Worker?

2011-03-20 Thread Mark Ellul
are your current errors getting reported correctly? -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to heroku@googlegroups.com. To unsubscribe from this group, send email to heroku+unsubscr...@googlegroups.com. For

[Solved]Re: Forcing Heroku to Update Git based Gems

2011-01-20 Thread Mark Ellul
It looks like I was updating the gem's local files instead of the files which I was pushing to github. FACEPALM -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to heroku@googlegroups.com. To unsubscribe from this

Forcing Heroku to Update Git based Gems

2011-01-12 Thread Mark Ellul
Hi, I am using a Gem that is hosted in Github. The Gem has been updated but the version number hasn't. I do the update locally (bundle update) and it pulls the latest changes, However on the server when I push the latest version of my app it does not update the Gem. Any Ideas? Regards Mark

access to logs when using the logging addon.

2011-01-10 Thread Mark Ellul
with the logging addon? Regards Mark -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from this group, send email to heroku+unsubscr...@googlegroups.com. For more options, visit

Re: access to logs when using the logging addon.

2011-01-10 Thread Mark Ellul
Hi Christos, Thanks by installing the plugin as well it seems to work now. Regards Mark -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from this group, send email

Re: logs:cron shows no output

2010-12-18 Thread Mark McGranaghan
are sorry about the trouble; please let us know if you do not start to see your cron logs or if you otherwise have problems with cron logging. - Mark On Dec 14, 2:45 am, themire julian.keenag...@gmail.com wrote: I have an outstanding ticket with Heroku support on this. They've suggested to upgrade

Re: Why is this Eventmachine process being terminated?

2010-12-17 Thread Mark McGranaghan
/ - Mark On Dec 15, 4:32 am, Jonas jo...@jonasbnielsen.dk wrote: Hi guys, So I've been having some issues running an eventmachine worker on Heroku. After some tedious debugging I realized that it didn't appear to be what the event machine was doing that caused the problem. A simple

Re: multiple databases

2010-12-08 Thread Mark Ellul
Thanks Peter for your response! I think we are looking in the long term to merge the projects, so sharing the models will allow both projects to develop and share data easily make sense in the short term. -- You received this message because you are subscribed to the Google Groups Heroku

Re: multiple databases

2010-11-24 Thread Mark Ellul
to change the DATABASE_URL at any time for one of the apps., so this is not a perfect solution. Wes On 11/23/10 8:16 AM, Mark Ellul wrote: BUMP. I need to know this as well, as I am creating a rails engine which will be used by 2 apps so that data is shared across the two applications

Re: xml-simple error stops deploy

2010-11-05 Thread Mark
Have had a response from Heroku support, this was caused by using vendor/cache gems and not having packaged up the xml-simple gem. I've removed the cached gems now and it seems to be working. On Nov 2, 1:26 pm, Mark markjtur...@gmail.com wrote: Hi there, I have a rails app running on Heroku

xml-simple error stops deploy

2010-11-02 Thread Mark
! Heroku push rejected, failed to install gems via Bundler The app runs fine locally, and the previous iteration of the app runs fine on Heroku, it's just since adding S3 stuff. How can I resolve this problem? Let me know if you need any more info. Thanks, Mark -- You received this message

Delayed_job worker + paperclip + s3 error

2010-10-27 Thread Mark Wang
of that S3 key not found exception. I've made sure :path to Paperclip is defined, so absolute filesystem paths that differ from host to host aren't an issue. Does anyone know off the top of their heads what else might be causing it? Thanks in advance for any help! Mark -- You received

Re: Delayed_job worker + paperclip + s3 error

2010-10-27 Thread Mark Wang
exception because of last_error being too long, and the S3 write is never re-attempted. Changing the column type to text made things work fine because the S3 error goes away after a few seconds. On Oct 27, 3:40 am, Mark Wang mark.w...@gmail.com wrote: Hi all, I'm implementing a simple photo

ETA on db:pull not updating

2010-10-15 Thread Mark Swardstrom
or another, it would be great to know how long I need to go so I can make sure network disruptions / work distractions are avoided for an extended period of time. This used to work, but it hasn't been lately... - Mark -- You received this message because you are subscribed to the Google

Re: ETA on db:pull not updating

2010-10-15 Thread Mark Swardstrom
. Do it again a few minutes later and extrapolate your finish time. The table I am looking at is importing ~9K rows/minute. On Oct 15, 2010, at 12:06 PM, Mark Swardstrom wrote: When I pull from heroku I don't see the ETA update, it just updates when the row is filled in completely

Scheduled Maintenance: 9/25/2010 @ 8PM PDT

2010-09-24 Thread Mark Imbriaco
client - git repositories If you have any questions or concerns, please feel free to contact us via http://support.heroku.com/. Thank you for your patience. - Mark Imbriaco Heroku Cloud Operations -- You received this message because you are subscribed to the Google Groups Heroku group

Re: EU bucket cost implications

2010-08-19 Thread Mark
Thanks Alex, I'm going to ask on Stack Overflow and will post back here. On Aug 19, 11:50 am, Alex a...@heaton.me wrote: I don't actually know which of the locations Heroku runs from, perhaps someone from heroku can help us out. -- You received this message because you are subscribed to the

Re: EU bucket cost implications

2010-08-19 Thread Mark
. Steve --http://cloudmailin.com @cloudmailin Incoming email for your web app On Aug 19, 1:03 pm, Mark mrk.d...@gmail.com wrote: Thanks Alex, I'm going to ask on Stack Overflow and will post back here. On Aug 19, 11:50 am, Alex a...@heaton.me wrote: I don't actually know which

EU bucket cost implications

2010-08-17 Thread Mark
Hi I'm currently moving a late in development application over to heroku which seems utterly brilliant. My question is would using an EU located S3 bucket incur extra transfer costs? Most of my visitors will be over here but I expect significant user file uploads and if I have to pay extra for

ludicast / yaml_db specs not passing

2010-02-17 Thread Mark
Hello. I was using yaml_db for a project of mine, and because some of it requires large amounts of data for the testing I thought it would be useful to use ar-extensions to do multiple import (read faster) on the MySQL data. I started hacking around in the code, and got it working for me. Then I

Herokugarden Still Has Issues

2009-05-18 Thread Mark
I am still having issues accessing my projects on herokugarden. I have to do multiple refreshes, and half of those get me 500 errors. (500 Internal Server Error nginx/0.6.32) Is there something going on? Is it just me? When will this be fixed?

Re: http://herokugarden.com/ is down !

2009-05-16 Thread Mark
I am just glad I am not the only one having issues. On May 16, 8:58 pm, ref3at ahmed.refa...@gmail.com wrote: Anyone know what's going on yet? On May 17, 12:25 am, Adam Alexander adama...@gmail.com wrote: I'm also having issues - trying to connect to herokugarden's git server.  Very

Maruku + Blahtex

2009-03-05 Thread Mark Reid
blahtex can be run I should be able to include equations as PNGs in my application. Is it possible to have the binary for blahtex made available on Heroku? Thanks, Mark. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: db:data:load error

2008-12-29 Thread Mark Holton
Hi Arjay, To answer your questions: This is a MySQL database. I did indeed install the yaml_db rails plugin. editing application on local machine (Mac Book Pro) Hope that helps clarify. Any suggestions? :Mark On Mon, Dec 29, 2008 at 1:57 AM, Arjay Orcasitas jaythre...@gmail.comwrote: hi

Re: db:data:load error

2008-12-28 Thread Mark Holton
When I run db:data:load from the Rake console I get: db:data:load (in /mnt/home/userapps/51510) rake aborted! PGError: ERROR: current transaction is aborted, commands ignored until end of transaction block : DELETE FROM development (See full trace by running task with --trace) :Mark On Sun

Re: db:data:load error

2008-12-28 Thread Mark Holton
Sample yaml.db attached. db:load successfully creates the schema from schema.rb, but whenever it gets to the db:data:load portion of that rake task it pukes with the PGError below. Thanks, :Mark On Sun, Dec 28, 2008 at 1:03 PM, Mark Holton holto...@gmail.com wrote: When I run db:data:load

Re: db:data:load error

2008-12-28 Thread Mark Holton
...@gmail.comwrote: hi, please try rake db:data:load this should solve your problem. Please update me if it answers your question. On Mon, Dec 29, 2008 at 5:15 AM, Mark Holton holto...@gmail.com wrote: Sample yaml.db attached. db:load successfully creates the schema from schema.rb, but whenever

Re: db:data:load error

2008-12-28 Thread Mark Holton
It's a good point I will look into in more details. I'll start small with a couple tables in the schema and work out from there. Thanks, :Mark On Sun, Dec 28, 2008 at 9:25 PM, Alfonso aadrias...@gmail.com wrote: Have you checked your schema is completely loaded? If migrations went skewed

Re: editor improvement suggestion

2008-12-13 Thread Mark S.
Indeed.. but this is a perfect case where you should use git and a desktop-based editor for web development. I agree these features should make it into the browser-editor eventually but for the time being, I suggest everyone check out the git workflow. Personally, I find TextMate (mac only) works

Re: App just coming up with black bar

2008-12-08 Thread Mark S.
Same thing happening to me... tried to restart and don't get a console message back. On Dec 7, 4:32 pm, Corey Haines [EMAIL PROTECTED] wrote: Thanks. I'll keep the restart in mind for later. On Sun, Dec 7, 2008 at 5:20 PM, Adam Wiggins [EMAIL PROTECTED] wrote: This is the page that serves

Re: production mode messed up my app? how to get it back?!

2008-10-19 Thread Mark S.
Thank you Adam! On Oct 19, 8:20 pm, Adam Wiggins [EMAIL PROTECTED] wrote: Fixed. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to heroku@googlegroups.com To

Re: 504 Gateway Timeout

2008-10-07 Thread Mark
I'm now getting the D'oh app offline for maintenance message. Also, the email address specified is invalid. On Oct 7, 5:43 am, Mark [EMAIL PROTECTED] wrote: I'm getting the same error on the online editor and the app. App name: myappxl1

Re: 504 Gateway Timeout

2008-10-07 Thread Mark
I'm getting the same error on the online editor and the app. App name: myappxl1 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to heroku@googlegroups.com To

Re: 504 Gateway Timeout

2008-10-07 Thread Mark
Great! It is up. Hmmm looks like some data loss. Oh well, I still love the service. Thanks Ivan. Do we know what caused this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group,

Console says mongrel is not reponding

2008-09-10 Thread Mark
My console says: Your mongrel is not responding, check to see if there is a crash log. I've checked for a crash log, but don't see anything there. Everything seems to be working ok except for being able to use the console. App Name: myappxl1 --~--~-~--~~~---~--~~

500 status when clicking on Logs

2008-08-25 Thread Mark
I'm getting a We're sorry, but something went wrong. when trying to view the logs. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to heroku@googlegroups.com To

Re: 500 status when clicking on Logs

2008-08-25 Thread Mark
myappxl1 On Aug 25, 6:18 pm, Morten Bagai [EMAIL PROTECTED] wrote: Mark, What's the name of your app? I cannot find any accounts under the   email address you use for the mailing list. /Morten --~--~-~--~~~---~--~~ You received this message because you

Re: 500 status when clicking on Logs

2008-08-25 Thread Mark
That worked. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to heroku@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more

Re: App starting loop and snapshots failing

2008-08-20 Thread Mark S.
://groups.google.com/group/heroku/ browse_thread/ thread/d8545430404d8ae0#) and a solution from Mark. I tried switching from dev to prod and back, and it cleared up. - Mark This worked for me as well! --~--~-~--~~~---~--~~ You received this message because you

API - git - TextMate

2008-08-19 Thread Mark S.
Hi. I'm new to git but have been writing RoR apps with Heroku and TextMate for a while now. After making local changes, I usually issue the following command in a terminal (cd'ed to my git repo folder): `git add .; git commit -m COMMENT; git push` It works. Awesome. Is there a better way to do

Re: New Heroku Gem Released!

2008-06-28 Thread Mark
I wanted to test out the Windows Heroku gem a good while before I gave feedback. A good while has passed, and I haven't run into any issues yet. Nice work. -Mark --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Can't login to application

2008-06-23 Thread Mark
I'm having a similar (related?) problem. I have the sitealizer plugin installed, and just recently when I login with correct credentials to view sitestats it says App starting... even when app was working fine. The interesting thing that I notice is an endless loop going to the App starting...

Re: Apps on Thin, toolbar on Rack

2008-06-20 Thread Mark
Noticeably faster, and I notice http compression now. Well done. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to heroku@googlegroups.com To unsubscribe from this

aws-s3 gem not installing on Heroku

2008-06-20 Thread Mark
So I'm getting an alert box that says Could not install gem: aws-s3 when I try to install the aws-s3 gem. Has anyone gotten this to work on Heroku? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To

Re: aws-s3 gem not installing on Heroku

2008-06-20 Thread Mark
Got it to work by just uploading the gem. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to heroku@googlegroups.com To unsubscribe from this group, send email to

Re: Git Error: Resource temporarily unavailable fatal: The remote end hung up unexpectedly

2008-06-12 Thread Mark
So far so good, it has been a while now. Nice job. On Jun 6, 8:19 pm, Adam Wiggins [EMAIL PROTECTED] wrote: I think I may have solved the git push / ssh problem. (Turned out to be a pretty gnarly one.) Post here if you see it again. Adam

Re: google webmaster tools finding status 302 on robots.txt

2008-06-12 Thread Mark
Googlebot is getting status 302 occasionally it seems (according to webmasters tools) on other pages that never should redirect. I can never reproduce this myself. I'm not sure if there is a way to log/ trace this. It seems to be recurring though.

Re: google webmaster tools finding status 302 on robots.txt

2008-06-12 Thread Mark
If it helps...one of the files that got status 302 was /javascripts/ prototype.js A little odd. On Jun 12, 9:13 pm, Mark [EMAIL PROTECTED] wrote: Googlebot is getting status302occasionally it seems (according to webmasters tools) on other pages that never should redirect. I can never

Git Error: Resource temporarily unavailable fatal: The remote end hung up unexpectedly

2008-06-02 Thread Mark
I'm getting the following error from git: Resource temporarily unavailable fatal: The remote end hung up unexpectedly --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to

Re: Git Error: Resource temporarily unavailable fatal: The remote end hung up unexpectedly

2008-06-02 Thread Mark
Here's the entire message. I get it with both pull and push Received disconnect from 10.251`.67.51: 2: fork failed: Resource temporarily unavailable fatal: The remote end hung up unexpectedly --~--~-~--~~~---~--~~ You received this message because you are

google webmaster tools finding status 302 on robots.txt

2008-05-27 Thread Mark
Google is finding status 302 on robots.txt, however whenever I browse to the file I am getting 200 and the correct robots.txt. Any ideas? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this

Re: google webmaster tools finding status 302 on robots.txt

2008-05-27 Thread Mark
Morten, I just realized you are one of the few who just joined the Heroku team. Welcome aboard! Let me know if you need any additional info to troubleshoot this issue. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Internal Server Error

2008-05-21 Thread Mark
I just started getting an Internal Server Error. Any idea what is causing these? There is nothing in the logs. App name is expressloop --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this

Re: Internal Server Error

2008-05-21 Thread Mark
And, it's back up. Thanks, powers that be (AKA Adam and Co.). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to heroku@googlegroups.com To unsubscribe from this

Add nginx gzip/deflate support

2008-05-21 Thread Mark
I think a great addition to Heroku would be to support gzip/deflate on the nginx server. Here is a link describing the technology. http://sysoev.ru/en/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group.

Re: Firefox 3 (currently beta) would be sooo sweet

2008-04-06 Thread Mark Silverberg
*totally* On Apr 6, 2008, at 12:43 PM, Athravan wrote: Since I realized during the last week that Safari really is the better browser (concerning speed and correct code interpretation, ACID test says), Safari compatibility would really be nice. -Daniel On Apr 3, 3:54 am, Mark S. [EMAIL