all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 0/2] proxy: scheduling cleanup
@ 2020-10-29 10:37 Hannes Laimer
  2020-10-29 10:37 ` [pbs-devel] [PATCH proxmox-backup 1/2] proxy: move prune logic into new file Hannes Laimer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hannes Laimer @ 2020-10-29 10:37 UTC (permalink / raw)
  To: pbs-devel

Logic for gc and logrotate was not moved, could (should?) also be moved later.

 * moved logic for prune out of proxy
 * extract commonly used logic for scheduling into new function


Hannes Laimer (2):
  proxy: move prune logic into new file
  proxy: extract commonly used logic for scheduling into new function

 src/bin/proxmox-backup-proxy.rs | 245 ++++++++------------------------
 src/server.rs                   |   3 +
 src/server/prune_job.rs         |  91 ++++++++++++
 3 files changed, 151 insertions(+), 188 deletions(-)
 create mode 100644 src/server/prune_job.rs

-- 
2.20.1





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-29 11:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29 10:37 [pbs-devel] [PATCH proxmox-backup 0/2] proxy: scheduling cleanup Hannes Laimer
2020-10-29 10:37 ` [pbs-devel] [PATCH proxmox-backup 1/2] proxy: move prune logic into new file Hannes Laimer
2020-10-29 10:37 ` [pbs-devel] [PATCH proxmox-backup 2/2] proxy: extract commonly used logic for scheduling into new function Hannes Laimer
2020-10-29 11:21 ` [pbs-devel] [PATCH proxmox-backup 0/2] proxy: scheduling cleanup Dietmar Maurer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal