Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
活动作业不允许我将 ObjectId 作为参数传递,有什么方法可以在不转换字符串的情况下做到这一点?
作业参数必须是 JSON 可序列化/可反序列化的。您必须转换为字符串,或者如果您包含GlobalID::Identification在模型中,ActiveJob 将使用 GlobalID 来序列化/反序列化您的记录,以便您可以传递给模型的作业实例。
GlobalID::Identification