Skip to content

Commit

Permalink
Merge pull request #2226 from nervosnetwork/develop
Browse files Browse the repository at this point in the history
Deploy to testnet
  • Loading branch information
zmcNotafraid authored Oct 11, 2024
2 parents 4e2bcb8 + d6bbcd8 commit 32f5cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/import_pending_tx_worker.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Check every pending transaction in the pool if rejected
class ImportPendingTxWorker
include Sidekiq::Worker
sidekiq_options retry: 1, queue: "pending_tx"
sidekiq_options retry: 1, queue: "pending_tx", dead: false

def perform(data)
committed_tx = CkbTransaction.tx_committed.find_by(tx_hash: data["transaction"]["hash"])
Expand Down

0 comments on commit 32f5cea

Please sign in to comment.