-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #214 from taskrabbit/empty-namespace
allow for empty namespaces
- Loading branch information
Showing
5 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
- dropped support for fakeredis; you must use a redis connection which supports promises | ||
- async!!! | ||
- capitol names for all classes | ||
- plugin lifecycles are now cammel case: beforeEnqueue, afterEnqueue, beforePerform, afterPerform | ||
- plugin lifecycles are now camel case: beforeEnqueue, afterEnqueue, beforePerform, afterPerform | ||
- plugin lifecycle methods are now async methods, with no callback | ||
- plugins now inherit from NodeResque.Plugin | ||
- allow for empty/null namespaces (to match sidekiq's default) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters