Skip to content

Commit

Permalink
Merge pull request #2257 from nervosnetwork/develop
Browse files Browse the repository at this point in the history
Deploy to testnet
  • Loading branch information
zmcNotafraid authored Oct 21, 2024
2 parents f2fb96e + 76d8150 commit ce864c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scheduler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def call_worker(clz)
clz = clz.constantize if clz.is_a?(String)

puts "invoking #{clz.name}"
clz.new.perform_async
clz.perform_async
puts "fininsh #{clz.name}"
end

Expand Down

0 comments on commit ce864c8

Please sign in to comment.