gpt4 book ai didi

ruby - 在类方法上调用 Sidekiq 延迟显示错误

转载 作者:数据小太阳 更新时间:2023-10-29 08:04:24 28 4
gpt4 key购买 nike

在类方法上调用延迟显示以下错误:

    class Foo
def self.bar
puts "hello"
end
end



Foo.delay.bar

显示如下错误

    {"retry"=>true, "queue"=>"default", "class"=>"Sidekiq::Extensions::DelayedClass",
"args"=>["---\n- !ruby/class 'Foo'\n- :bar\n- []\n"], "jid"=>"0000000",
"enqueued_at"=>1391440659.34402, "error_message"=>"undefined class/module Foo",
"error_class"=>"ArgumentError", "failed_at"=>2014-02-03 15:17:39 UTC,
"retry_count"=>0}

知道为什么吗?我们可以在类方法上调用延迟吗?

最佳答案

重启你的sidekiq和redis服务器。为我工作。

关于ruby - 在类方法上调用 Sidekiq 延迟显示错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21531239/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com