Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Marathon continues to try to download resources it can't access #19

Closed
ssorallen opened this issue Jul 23, 2013 · 1 comment
Closed
Assignees

Comments

@ssorallen
Copy link
Contributor

When creating a task with a tarball that is not accessible, Marathon retries indefinitely to start the app.

The screenshot below shows Marathon trying to run the following command a bunch of times:

marathon start -i rails-app -C 'cd rails_test_app && bundle exec rails s' \
  -n 1 -c 1 -m 99 -u http://datacentercomputer.s3.amazonaws.com/rails_test_app.tgz

screen shot 2013-07-23 at 3 45 33 pm

@ghost ghost assigned guenter Jul 23, 2013
@guenter
Copy link
Contributor

guenter commented Nov 6, 2013

Marathon doesn't have visibility into failing downloads, but the underlying issue is the same as #20. Rate limiting made the issue less severe. Closing this so we can track the issue in #20.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants