Skip to content

Commit

Permalink
Merge pull request #1553 from zmcNotafraid/start-token-instance-retry…
Browse files Browse the repository at this point in the history
…-worker

chore: start TokenInstanceRetriesWorker
  • Loading branch information
zmcNotafraid authored Oct 25, 2023
2 parents 02cefd8 + bce12fc commit fcc9a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ config :godwoken_explorer, Oban,
{"@hourly", GodwokenIndexer.Worker.CheckUpdateTransactionMethodIdName},
# {"*/1 * * * *", GodwokenIndexer.Worker.ERC721UpdaterScheduler},
# {"*/1 * * * *", GodwokenIndexer.Worker.ERC1155UpdaterScheduler},
# {"@daily", GodwokenIndexer.Worker.TokenInstanceRetriesWorker},
{"@daily", GodwokenIndexer.Worker.TokenInstanceRetriesWorker},
{"@daily", GodwokenIndexer.Worker.CleanFailedPendingTransactions},
{"@daily", GodwokenIndexer.Worker.CleanVersions}
]}
Expand Down

0 comments on commit fcc9a6b

Please sign in to comment.