test
This commit is contained in:
parent
a91b1bba16
commit
82800b4a0a
4
job.go
4
job.go
@ -448,10 +448,10 @@ func jobBackupExport(j Job) {
|
||||
|
||||
i := 0
|
||||
for _, id := range ids {
|
||||
m, err := getObjMsg(id)
|
||||
msg, err := getObjMsg(id)
|
||||
logOnError(err, "jobBackupExport : getMsg")
|
||||
if err == nil {
|
||||
msgs = append(msgs, *m)
|
||||
msgs = append(msgs, *msg)
|
||||
}
|
||||
i = i + 1
|
||||
if time.Now().Add(1 * time.Minute).After(milestone) {
|
||||
|
Loading…
Reference in New Issue
Block a user