actionhero icon indicating copy to clipboard operation
actionhero copied to clipboard

Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks

Results 26 actionhero issues
Sort by recently updated
recently updated
newest added

Bumps [ioredis](https://github.com/luin/ioredis) from 4.28.5 to 5.2.2. Release notes Sourced from ioredis's releases. v5.2.2 5.2.2 (2022-07-23) Bug Fixes srandmember with count argument should return array of strings (#1620) (5f813f3) v5.2.1 5.2.1...

dependencies
javascript

Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 6.0.1 to 7.2.0. Release notes Sourced from dot-prop's releases. v7.2.0 Add deepKeys() (#94) 3902c64 Fix TypeScript types (#92) 2c1bbfb https://github.com/sindresorhus/dot-prop/compare/v7.1.1...v7.2.0 v7.1.1 Fix crash when modifying array length...

dependencies

Bumps [node-resque](https://github.com/actionhero/node-resque) from 9.1.7 to 9.2.0. Release notes Sourced from node-resque's releases. v9.2.0 What's Changed Typo s/imposible/impossible by @​bcomnes in actionhero/node-resque#802 Upgrade packages, including ioredis by @​evantahler in actionhero/node-resque#836 New...

dependencies
javascript

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Please update `formidable`...

enhancement

We had an issue where an api user was using the incorrect parameters on an API call. Having this feature would have made the API fail instead of proceeding. The...

good first issue
enhancement
help wanted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior utils function is causing side effects to the input object. https://github.com/actionhero/actionhero/blob/9c6b40f98c3f97dcc828d075ed96c707acb7e39f/src/modules/utils/filterObjectForLogging.ts#L13...

bug

Closes https://github.com/actionhero/actionhero/issues/1946 The goals of this exploration are to: * Remove `primus` and just use `ws` on the server and the browser's built-in `WebSocket` library. It's 2021! * Provide a...

enhancement
BREAKING-CHANGE

When developing a websocket client for an actionhero server it would be great to have a typescript implementation that could be imported to give rich typing to developers. In the...

enhancement

From https://github.com/actionhero/actionhero/issues/1908 Currently, `task.enqueue()` does property run `task.enqueueIn()` and `task.enqueueAt()` but the delayed methods don't. The delayed methods should run the middleware lifecycle steps either at the point of delayed...

bug

I'll bet we can use `inputs` to learn the types of `params` for actions and tasks, and that would really help the developer experience! Ideally: ```ts import { Action }...

enhancement
help wanted