Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced job filtering, status change observers, runnable dependencies #30

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
c42ca8b
Added queue.start() session tracking on jobs
robnewton Aug 29, 2023
09525fb
Single failed job per queue.start() session
robnewton Aug 29, 2023
408da46
Added session filtering to main query
robnewton Aug 29, 2023
c2db21d
Increment minor version
robnewton Aug 29, 2023
58b0727
Corrected model issues and query filter
robnewton Aug 29, 2023
021781b
Fixed query filter
robnewton Aug 29, 2023
5fabde9
Added configurable retries and min duration between
robnewton Aug 29, 2023
5001b42
filter issues wip
robnewton Aug 29, 2023
1f2305f
Fixed bug with excluded jobs
robnewton Aug 31, 2023
8ee8a4f
Fixed with worker specific filters
robnewton Sep 1, 2023
193a394
isRunnable + onSkipped + minimumMillisBetweenAttempts
robnewton Sep 2, 2023
3b4ec2b
isJobRunnable takes full job now
robnewton Sep 2, 2023
dfa6d5e
Updated readme
robnewton Sep 2, 2023
dfa4b51
Removed notes
robnewton Sep 2, 2023
ffbeae3
Removed the unused session field
robnewton Sep 2, 2023
628bc1f
Fixed default isJobRunnable sig
robnewton Sep 2, 2023
5f22202
Fixed default runnable function
robnewton Sep 2, 2023
ccd7104
Added get job function
robnewton Sep 4, 2023
6b8cb70
Fixed getJob
robnewton Sep 4, 2023
aa290fc
Status change observer
robnewton Sep 4, 2023
01c7dea
Corrected comments
robnewton Sep 4, 2023
5ec4e45
Added some comments
robnewton Sep 5, 2023
6d3108f
onQueueJobChanged event handler
robnewton Sep 7, 2023
74b4fc7
Added skip tracking
robnewton Sep 7, 2023
6e71ac5
Updated package name prefix
robnewton Sep 8, 2023
f79974c
Try that again
robnewton Sep 8, 2023
8ae025a
Added publish registry of github @hopdrive
robnewton Sep 8, 2023
ea77439
Added get workers as array
robnewton Sep 14, 2023
a534c9e
add delete job function
dartushd Oct 24, 2023
bda0fb2
Add delete all failed job helper
dartushd Nov 11, 2023
98d5fd1
Update version 2.4.0
dartushd Dec 12, 2023
c11b53c
Merge branch 'feature/enhanced-error-handling' of github.com:hopdrive…
dartushd Dec 12, 2023
1615851
weird name change
dartushd Dec 12, 2023
12a7267
Merge pull request #3 from hopdrive/feature/delete-single-job
robnewton Dec 12, 2023
c50a23e
Upgraded package to access realm path
robnewton Dec 31, 2023
b79b5d7
Merge branch 'master' into feature/enhanced-error-handling
robnewton Jan 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading