databacker / mysql-backup

image to enable automated backups of mysql databases in containers
648 stars 184 forks source link

fix: Cron consecutive runs #279

Closed FluffyEscargot closed 7 months ago

FluffyEscargot commented 7 months ago

Closes #278 Cron delay is always calculated relative to startup time, so its correct on the first run and wrong afterward.

I have no good way of adding a test for this, without restructuring it or injecting a dummy sleep function.

deitch commented 7 months ago

A few things:

  1. Thank you 😄
  2. This needs a rebase to fix conflicts
  3. I did a small change in timer (just function location and calls) in #277 ; that will go in in next few days, so maybe hold for that, and then we can get this in?