issues
search
jessetane
/
queue
Asynchronous function queue with adjustable concurrency
MIT License
762
stars
66
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to get the index of a success job?
#108
wxfred
opened
6 months ago
0
fix: update start function return type
#107
hungtcs
opened
1 year ago
0
Wrong return type of start method when using promise
#106
hungtcs
opened
1 year ago
0
readme: fix documentation of event details
#105
derhuerst
opened
1 year ago
0
Feature request: request throttling supporting Redis
#104
thecatontheflat
closed
1 year ago
2
i want send mail on scheduled time with queue anyone have idea about this ?
#103
hardik-jnext
opened
1 year ago
0
rror [ERR_REQUIRE_ESM]: require() of ES Modulee
#102
ryanhugh
opened
1 year ago
3
Release Latest Version
#101
dynamicbark
closed
1 year ago
7
add back example
#100
jessetane
closed
1 year ago
0
remove unused badges
#99
jessetane
closed
1 year ago
0
update copyright to cover all contributors
#98
jessetane
closed
1 year ago
0
remove package-lock
#97
jessetane
closed
1 year ago
1
remove module field
#96
jessetane
closed
1 year ago
0
Added type definitions for typescript
#95
MaksimLavrenyuk
closed
1 year ago
3
For job function has been added a promise property
#94
MaksimLavrenyuk
closed
1 year ago
3
Return Promise from queue.start()
#93
MaksimLavrenyuk
closed
1 year ago
2
Detaching from events dependency, switching to using EventTarget
#92
MaksimLavrenyuk
closed
1 year ago
9
Refactoring to modern JS + ESM, tests rewritten on tap-esm, removed deps
#91
MaksimLavrenyuk
closed
1 year ago
3
Project refactoring
#90
MaksimLavrenyuk
closed
1 year ago
13
Bump qs from 6.5.2 to 6.5.3
#89
dependabot[bot]
closed
1 year ago
1
params for job callback not documented
#88
Sleepful
opened
1 year ago
4
q.start does not run with autostart option
#87
Sleepful
opened
1 year ago
0
New maintainer?
#86
jessetane
opened
2 years ago
14
Queue promise timeouts seem to bloat memory for long running promises
#85
hanseltime
closed
1 year ago
7
`Queue.push` return type should be `Promise<void> | void`, not just `void`
#84
SishaarRao
opened
2 years ago
0
fix(typings): define QueueConstructor.prototype
#83
ghost
closed
10 months ago
0
fix(typings): QueueWorkerCallback cannot be undefined
#82
ghost
closed
10 months ago
0
Delay between Jobs
#81
mohamad-elbohsaly
opened
2 years ago
4
create Queue with API calls
#80
dabibu153
closed
2 years ago
3
feature request to optionally only allow unique items in queue
#79
danday74
opened
2 years ago
2
jobs do not wait for previous async jobs to finish
#78
slaurent22
closed
3 years ago
2
How add async functions to queue?
#77
ErikKalkoken
closed
3 years ago
7
Release latest?
#76
joelgriffith
closed
3 years ago
2
Replace inherits package with class syntax
#75
TrySound
closed
3 years ago
1
Please review the Recipes wiki page
#74
chetanism
opened
4 years ago
0
Added ability to start a job immediately
#73
bugs181
opened
4 years ago
3
Added ability to reset the timeout
#72
bugs181
opened
4 years ago
4
Feature request: Immediately start a job
#71
bugs181
opened
4 years ago
2
Stop task after 'timeout'?
#70
borsTiHD
closed
4 years ago
2
Autostart and concurrency causes jobs to not run if end() is used
#69
veddermatic
closed
4 years ago
3
Queue of Queues
#68
aymengraoui
closed
5 years ago
3
Ensuring jobs can opt-out of the "global" timeout
#67
joelgriffith
closed
5 years ago
4
A little bit confused by timeoutId
#66
ash0080
closed
3 years ago
6
Support pushing multiple results to success handler
#65
jessetane
opened
5 years ago
6
added an example for passing a result to the success handler
#64
dcsim0n
closed
5 years ago
13
support request
#63
pieterdt
opened
5 years ago
2
Timeout typings
#62
Codex-
closed
5 years ago
2
Docs on new `start` event and job-based timeout features
#61
joelgriffith
closed
5 years ago
3
POC for job-specific timeouts
#60
joelgriffith
closed
5 years ago
5
Discussion: job-based timeouts, support for dropping jobs, and max-queue length?
#59
joelgriffith
closed
5 years ago
3
Next