1. 23 Feb, 2023 1 commit
    • Dominik Charousset's avatar
      Limit how many actions actors may run in one go · a225c0d8
      Dominik Charousset authored
      Limit the maximum number of actions that `scheduled_actor::delay` may
      add to the internal queue before being forced to push them to the
      mailbox instead. The new upper bound is 10. This should be small enough
      to break long-running activity chains early but still allow for small
      bursts to run without interruption. When reaching the limit, `delay`
      schedules the action instead of adding it to the internal queue. This
      avoids the risk of `scheduled_actor::run_actions` entering a busy loop
      that may starve other activities.
      a225c0d8
  2. 18 Feb, 2023 1 commit
  3. 17 Feb, 2023 1 commit
  4. 16 Feb, 2023 3 commits
  5. 15 Feb, 2023 5 commits
  6. 14 Feb, 2023 6 commits
  7. 13 Feb, 2023 3 commits
  8. 11 Feb, 2023 8 commits
  9. 09 Feb, 2023 6 commits
  10. 08 Feb, 2023 1 commit
  11. 07 Feb, 2023 1 commit
  12. 06 Feb, 2023 1 commit
  13. 05 Feb, 2023 1 commit
  14. 31 Jan, 2023 2 commits