Skip to content

v3.0.7

Compare
Choose a tag to compare
@evantahler evantahler released this 07 Jul 00:43
· 4890 commits to main since this release

Action Cluster

  • a new global hash, actionHero:peerPings, will store the last pings from each peer. They should ping every ~500ms. This can be used to detect when peers disappear
  • disconnected peers are removed from the global list, and any tasks they were working on are re-enqueued

Bugs

  • fixed a bug where using the generator to create a new action with no inputs would generate invalid syntax
  • refactor redis name-space to be actionHero: rather than actionHero:
  • actionHero.restart now returns the api object on success actionHero.restart(true, api)