Displaying 1 result from an estimated 1 matches for "agronomy_work".
Did you mean:
agronomy_worker
2008 Mar 19
2
nil-error
...'ve tried to
reproduce the error in the development environment, but the only way I
can get the same thing is by calling ask_work with a bogus worker
name. Calling it with the production code causes no error.
Here''s an example of what the code calls:
MiddleMan.ask_work(:worker => :agronomy_worker, :worker_method =>
:transmit, :data => 414)
I also tried playing with adding a job_key, but that didn''t seem to
change anything. Should I be providing a job_key and ensuring that
it''s unique? I''ve no need to reference the job in progress, so I''m
fine wit...