Hi Ryan,
i see that there are some hooks you can define using delayed job.
i want to do some task after the job is done and, as the docs suggest i add the method
ruby
defafter(job)
# do somethingend
in my class but it never been called.
What is the right way to use the hooks or maybe there is some other way to define callbacks instead?
Hi Ryan,
i see that there are some hooks you can define using delayed job.
i want to do some task after the job is done and, as the docs suggest i add the method
in my class but it never been called.
What is the right way to use the hooks or maybe there is some other way to define callbacks instead?