This repository was archived by the owner on Oct 9, 2018. It is now read-only.
Added in object passing into Redis-Object save for Job logic method passing#1
Open
kylejeske wants to merge 3 commits intogosquared:masterfrom
Open
Added in object passing into Redis-Object save for Job logic method passing#1kylejeske wants to merge 3 commits intogosquared:masterfrom
kylejeske wants to merge 3 commits intogosquared:masterfrom
Conversation
…object (not just the ID and recreate on the other side) - attempting to use this as an abstracted messenger / job manager
Contributor
|
Thank you for putting this together! Curious as to why you might need this - what's your use case? |
Author
|
You're welcome, thanks for doing the work on the processor/worker! We are using it to process background tasks. We were looking into something like Gearman or RabbitMQ to handle it, but wanted to stay within our local stack (Node.JS/Redis). We use it to generate a warmed local cache (using redis) for another part of our application. So we use this to assign the method within the job and re-run that task every so often (once per hour for our use case) to keep our caches warm (which reduces our hits on an API). Also, we have other jobs that send out emails every so often that we plan to use this for as well. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.