Skip to content
Snippets Groups Projects
  1. Oct 11, 2021
  2. Oct 08, 2021
  3. Oct 04, 2021
    • Florian Fischer's avatar
      [WakeupStrategy] fix the throttle algorithm for notifiaction from anywhere · baedc874
      Florian Fischer authored
      The throttle algorithm had the same problem like our sleep algorithms
      where notifications from anywhere may race with a worker going to
      sleep resulting in lost wakeups.
      In the sleep strategy we prevent those races by preventing sleep attempts
      when notifing from anywhere.
      The throttle algorithm also does now exactly this. A notifier from anywhere
      will now always set the WakeupStrategy state to notified.
      If the state was previously pending this new approach does not differ from
      the previous behavior and a sleeping worker will be notified.
      If the state was waking the waking worker skips its sleep if it observes
      the WakeupStrategy state as notified.
      baedc874
  4. Sep 27, 2021
  5. Sep 25, 2021
  6. Sep 24, 2021
  7. Sep 23, 2021
  8. Sep 22, 2021
  9. Sep 21, 2021
  10. Sep 20, 2021
  11. Sep 16, 2021
  12. Sep 15, 2021
Loading