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

Add a way to easily wait for job completion #3

Open
dlee opened this issue Oct 1, 2012 · 1 comment
Open

Add a way to easily wait for job completion #3

dlee opened this issue Oct 1, 2012 · 1 comment

Comments

@dlee
Copy link

dlee commented Oct 1, 2012

It would be nice to have a way to "join" a job like joining a Thread to wait for job completion.

@javierjulio
Copy link
Owner

I haven't really thought about that. If I had multiple jobs running that were unrelated I would just schedule to run them at different times (using whenever gem). Do you have some ideas as to how this could be done? I'm thinking if you are joining jobs that are dependent on when they finish that maybe we'd want a database layer to deal with failures (I bring this up as when I first read the request Delayed::Job came to mind). I haven't had a need for this so I'm not sure what would be best or more importantly if its necessary. What is your experience?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants