I had a problem with sidekiq:
I want to set a timeout for jobs, which means that when the job has a processing time longer than the timeout, then it will stop.
I was looking for how to set global timeout configuration in sidekiq.yml file.
But I want to set a separate timeout for the difference of individual tasks, that is, one of the classes for determining the worker will have a specific timeout configuration.
Can you help me.
Many thanks.
ruby ruby-on-rails sidekiq
huyhoang.framgiavn
source share