mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-21 23:06:22 +00:00
fixup! fixup! fix: serializar correctamente
This commit is contained in:
parent
ad9f9c3d61
commit
630f6b31fc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ class FixFetchJobs < ActiveRecord::Migration[6.1]
|
|||
def up
|
||||
QueJob.where("last_error_message like '%ActiveJob::DeserializationError%'").find_each do |job|
|
||||
job.error_count = 0
|
||||
job.run_at = time.now
|
||||
job.run_at = Time.now
|
||||
|
||||
job.args.first['arguments'].first['_aj_ruby2_keywords'].delete('object')
|
||||
job.args.first['arguments'].first['_aj_ruby2_keywords'] << 'object_id'
|
||||
|
|
Loading…
Reference in a new issue