0.13.2 • Published 6 years ago

alaska-queue-array v0.13.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

alaska-queue-array

Alaska array queue driver

Configure

queue: {
  type: 'alaska-queue-array',
  key: 'myQueue',
  idle: 5, // idle drivers count
}

Warning

This driver just for development environment.

You should use alaska-queue-redis or other driver instead, in production environment.

Because :

  1. The queued data can not shared with multi node process.

  2. The queued data will lost when node exited or crashed.

  3. This driver may cause memory leak.

  4. The pop(timeout) function is not timely.

Contribute

Maichong Software

Liang Xingchen

License

This project is licensed under the terms of the MIT license

0.13.2

6 years ago

0.13.1

6 years ago

0.13.0

6 years ago

0.12.12

6 years ago

0.12.3

6 years ago

0.12.2

6 years ago

0.12.1

6 years ago

0.12.0

6 years ago

0.11.0

7 years ago

0.10.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago