1. 29 Mar, 2023 2 commits
  2. 17 Mar, 2023 1 commit
  3. 16 Mar, 2023 1 commit
  4. 11 Mar, 2023 1 commit
  5. 10 Mar, 2023 3 commits
  6. 09 Mar, 2023 1 commit
  7. 03 Mar, 2023 1 commit
  8. 02 Mar, 2023 3 commits
  9. 01 Mar, 2023 2 commits
  10. 28 Feb, 2023 2 commits
  11. 27 Feb, 2023 1 commit
  12. 26 Feb, 2023 2 commits
  13. 25 Feb, 2023 2 commits
  14. 24 Feb, 2023 5 commits
  15. 23 Feb, 2023 2 commits
    • Dominik Charousset's avatar
      10e876d1
    • 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
  16. 18 Feb, 2023 8 commits
  17. 17 Feb, 2023 1 commit
  18. 16 Feb, 2023 2 commits