Discussion:
Increasing number of retries
Ben McCann
2013-07-03 05:00:45 UTC
Permalink
Hi,

Is there a way to increase the number of retries? I'm using Backup<https://github.com/meskyanichi/backup>,
which uses Fog and my backups are failing due to network errors. I'd love
to make them more resilient. Not having backups makes me sad :-(

Thanks,
Ben
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
geemus (Wesley Beary)
2013-07-03 16:33:19 UTC
Permalink
Are there particular calls that are failing? Is it trying to do one-big
upload and that is the problem? Just asking as I'm not certain there is a
drop-in solution, but I'd certainly be happy to help you on to the right
track toward something.
Post by Ben McCann
Hi,
Is there a way to increase the number of retries? I'm using Backup<https://github.com/meskyanichi/backup>,
which uses Fog and my backups are failing due to network errors. I'd love
to make them more resilient. Not having backups makes me sad :-(
Thanks,
Ben
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Ben McCann
2013-07-08 06:43:07 UTC
Permalink
I'm trying to upload fairly large files to OpenStack and am experiencing
failures relatively frequently. I'm trying to backup a MongoDB installation
and have compressed the data into a 100GB file. OpenStack has a 5GB max
file size, so I've split my tarball into 25 4GB files. I can never upload
them all without one of them failing.

Thanks,
Ben
Post by geemus (Wesley Beary)
Are there particular calls that are failing? Is it trying to do one-big
upload and that is the problem? Just asking as I'm not certain there is a
drop-in solution, but I'd certainly be happy to help you on to the right
track toward something.
Post by Ben McCann
Hi,
Is there a way to increase the number of retries? I'm using Backup<https://github.com/meskyanichi/backup>,
which uses Fog and my backups are failing due to network errors. I'd love
to make them more resilient. Not having backups makes me sad :-(
Thanks,
Ben
--
You received this message because you are subscribed to the Google Groups
"ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...