Skip to content
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
kylejeske:master
Open

Added in object passing into Redis-Object save for Job logic method passing#1
kylejeske wants to merge 3 commits intogosquared:masterfrom
kylejeske:master

Conversation

@kylejeske
Copy link

No description provided.

kylejeske added 3 commits May 20, 2013 10:53
…object (not just the ID and recreate on the other side) - attempting to use this as an abstracted messenger / job manager
@TheDeveloper
Copy link
Contributor

Thank you for putting this together!

Curious as to why you might need this - what's your use case?

@kylejeske
Copy link
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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants