Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dominics
/
bull
Public
forked from
OptimalBits/bull
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
bull
lib
on
v1
User selector
All users
All time
Commit history
Commits on Feb 28, 2016
Merge branch 'master' of github.com:OptimalBits/bull
manast
committed
95d23a6
View commit details
Copy full SHA for 95d23a6
View code at this point
Browse repository at this point
Commits on Feb 26, 2016
Adds local variants of pause and resume.
Brad Vogel
committed
7e06558
View commit details
Copy full SHA for 7e06558
View code at this point
Browse repository at this point
Commits on Feb 25, 2016
Merge pull request #245 from SharkPunch/try-to-fix-memory-leaks
Show description for 47c59a7
manast
committed
47c59a7
View commit details
Copy full SHA for 47c59a7
View code at this point
Browse repository at this point
Commits on Feb 24, 2016
Fixes the "Illegal access to a strict mode caller function." bug
Show description for 2683800
toddbluhm
committed
2683800
View commit details
Copy full SHA for 2683800
View code at this point
Browse repository at this point
Commits on Feb 16, 2016
Consistent return type (return Promise.resolve() instead of just return)
Show description for c7890e2
leolannenmaki
committed
c7890e2
View commit details
Copy full SHA for c7890e2
View code at this point
Browse repository at this point
Extract method Queue.prototype.takeLockAndProcessJob to avoid constantly creating that on the fly in processJobs
leolannenmaki
committed
bbc3ec0
View commit details
Copy full SHA for bbc3ec0
View code at this point
Browse repository at this point
Avoid creating a closure every time for getNextJob by binding it in the constructor
leolannenmaki
committed
7a42925
View commit details
Copy full SHA for 7a42925
View code at this point
Browse repository at this point
Avoid possible Bluebird Promise finally leak, see https://github.com/OptimalBits/bull/issues/243
leolannenmaki
committed
ae32056
View commit details
Copy full SHA for ae32056
View code at this point
Browse repository at this point
To avoid doing multiple Job.fromId.bind(null, _this), just bind it once in the constructor
leolannenmaki
committed
2f0bccd
View commit details
Copy full SHA for 2f0bccd
View code at this point
Browse repository at this point
Resolve with no job instead of rejecting to avoid https://github.com/OptimalBits/bull/issues/144
leolannenmaki
committed
d58a2bb
View commit details
Copy full SHA for d58a2bb
View code at this point
Browse repository at this point
Commits on Feb 6, 2016
logged some previously ignored errors
manast
committed
dab6f35
View commit details
Copy full SHA for dab6f35
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:OptimalBits/bull
manast
committed
1a75a3b
View commit details
Copy full SHA for 1a75a3b
View code at this point
Browse repository at this point
upgraded redis
manast
committed
2fdc232
View commit details
Copy full SHA for 2fdc232
View code at this point
Browse repository at this point
fixe lint errors
manast
committed
d0116be
View commit details
Copy full SHA for d0116be
View code at this point
Browse repository at this point
fixed; #230
Stephen Collins
committed
9553817
View commit details
Copy full SHA for 9553817
View code at this point
Browse repository at this point
Commits on Jan 19, 2016
lint errors
ryan-sandy
committed
ccd2fb8
View commit details
Copy full SHA for ccd2fb8
View code at this point
Browse repository at this point
adds clean method to priority queue
ryan-sandy
committed
1532e36
View commit details
Copy full SHA for 1532e36
View code at this point
Browse repository at this point
Commits on Jan 12, 2016
Merge pull request #175 from kulbirsaini/issue-174
Show description for fdf8cb8
manast
committed
fdf8cb8
View commit details
Copy full SHA for fdf8cb8
View code at this point
Browse repository at this point
Commits on Jan 11, 2016
Merge pull request #229 from yonivy/master
Show description for b621bcd
manast
committed
b621bcd
View commit details
Copy full SHA for b621bcd
View code at this point
Browse repository at this point
fixed previous commit indentation. Now with settings
yonivy
committed
5461aba
View commit details
Copy full SHA for 5461aba
View code at this point
Browse repository at this point
fixed #228. priorities are now working properly and are tested
yonivy
committed
3881458
View commit details
Copy full SHA for 3881458
View code at this point
Browse repository at this point
Commits on Jan 6, 2016
timer-manager now clears timeouted timers
ryan-sandy
committed
7350ca0
View commit details
Copy full SHA for 7350ca0
View code at this point
Browse repository at this point
fixes queue.close on long running jobs
ryan-sandy
committed
51d34c9
View commit details
Copy full SHA for 51d34c9
View code at this point
Browse repository at this point
Commits on Dec 29, 2015
fixed 'low' priority changes to 'normal'
yonivy
committed
e3f7128
View commit details
Copy full SHA for e3f7128
View code at this point
Browse repository at this point
Commits on Dec 27, 2015
check that return value can be serialised, fixes #218
manast
committed
6b47969
View commit details
Copy full SHA for 6b47969
View code at this point
Browse repository at this point
removed unnecessary comment
manast
committed
0f89776
View commit details
Copy full SHA for 0f89776
View code at this point
Browse repository at this point
Commits on Nov 23, 2015
_saveAttempts change according to @evanhuang8
Albert-Jan Nijburg
committed
6b995fd
View commit details
Copy full SHA for 6b995fd
View code at this point
Browse repository at this point
make sure stacktraces are stored as json
Albert-Jan Nijburg
committed
d6ed65a
View commit details
Copy full SHA for d6ed65a
View code at this point
Browse repository at this point
fix some merge errors
Albert-Jan Nijburg
committed
2a1af0b
View commit details
Copy full SHA for 2a1af0b
View code at this point
Browse repository at this point
adds some explanation to the lua script
Albert-Jan Nijburg
committed
6167b60
View commit details
Copy full SHA for 6167b60
View code at this point
Browse repository at this point
store handler return value in redis
Show description for 02c3ba1
Albert-Jan Nijburg
committed
02c3ba1
View commit details
Copy full SHA for 02c3ba1
View code at this point
Browse repository at this point
Commits on Oct 6, 2015
Refactor updateAttempts code
evanhuang8
committed
5509263
View commit details
Copy full SHA for 5509263
View code at this point
Browse repository at this point
Job promotion and tests, fix old tests level
evanhuang8
committed
2b57226
View commit details
Copy full SHA for 2b57226
View code at this point
Browse repository at this point
Increase attemptsMade for successful jobs
evanhuang8
committed
975e7da
View commit details
Copy full SHA for 975e7da
View code at this point
Browse repository at this point
Commits on Sep 29, 2015
Conslidate tests, update guardian timer settings
evanhuang8
committed
93f2617
View commit details
Copy full SHA for 93f2617
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.