agola/internal/services/runservice/scheduler
Simone Gotti 34cfdfeb3b objectstorage: add size option to WriteObject
On s3 limit the max object size to 1GiB when the size is not provided (-1) or
the minio client will calculate a big part size since it tries to use the
maximum object size (5TiB) and will allocate a very big buffer in ram. Also
leave as commented out the previous hack that was firstly creating the file
locally to calculate the size and then put it (for future reference).
2019-05-02 09:47:38 +02:00
..
api objectstorage: add size option to WriteObject 2019-05-02 09:47:38 +02:00
command *: rename "lts" to "ost" 2019-04-27 15:16:48 +02:00
common runservice: move all scheduler etcd data to own dir 2019-04-27 08:59:47 +02:00
readdb runservice readdb: also resync changegroups 2019-04-29 10:16:19 +02:00
store runservice: check changegroup name 2019-04-29 10:12:34 +02:00
scheduler.go objectstorage: add size option to WriteObject 2019-05-02 09:47:38 +02:00
scheduler_test.go runservice scheduler: take a copy of run in advanceRunTasks 2019-04-17 18:06:31 +02:00