Frederik Ring

Results 244 comments of Frederik Ring

> perhaps worth mentioning that this is npm version 6 I think once modules are installed in a certain order (which I guess could happen in all versions of npm),...

I'm kind of facing the same issue where the assumption of "task slots are incremented integers starting at 1" does not hold, which makes the check for the host's availability...

> Ideally combinable with multiple sources and multiple schedules. Could you elaborate on how this would be different from what is already possible?

> It would also be nice if the backup executable was able to be called multiple time in parallel As the packaging format of this tool is a Docker image,...

The lock is there for two reasons mostly: - making sure certain filesystem paths are available for exclusive use by the script (this is what could be refactored) - making...

I added support for identical cron expressions in https://github.com/offen/docker-volume-backup/pull/87 - I'll have another look at this myself tomorrow or so, but in case you have any feedback on that @rpatel3001...

Support for identical and overlapping cron schedules in now supported in v2.15.0

I don't think I would like to add code paths that cater for the specific behavior of Backblaze here. However the S3 protocol does know about the concept of a...

It seems both 500 and 503 should be retried: https://github.com/minio/minio-go/blob/a2b545423f4d967f656288e5c0a741041be4ded7/retry.go#L110-L119 so I would assume that either a. retrying is broken or b. your setup hit the maximum number of retries....

Were you able to test this? I like the idea, but I am not sure if it actually makes a difference because of the following: if you're using the `%w`...