You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Async job to perform LLM request with ruby_llm.
In the console I can see the job starting then nothing happen... I don't know if my job silently failed or not.
The job is working because sometimes I am able to finish it!
How can I debug this? I am not familiar enough with async job :)
I am using "Inline" processor ;
require 'async/job/processor/inline'
Rails.application.configure do
config.async_job.define_queue "default" do
dequeue Async::Job::Processor::Inline
end
end
Also I use perform_later and I have begin...rescue to catch error
I am working on dev but obviously I would like to push in prod!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I am using Async job to perform LLM request with ruby_llm.
In the console I can see the job starting then nothing happen... I don't know if my job silently failed or not.
The job is working because sometimes I am able to finish it!
How can I debug this? I am not familiar enough with async job :)
I am using "Inline" processor ;
require 'async/job/processor/inline'
Also I use perform_later and I have begin...rescue to catch error
I am working on dev but obviously I would like to push in prod!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions