Skip to content

Commit

Permalink
Port workflow-related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwzhou committed Sep 23, 2024
1 parent 57f1971 commit 65663c8
Show file tree
Hide file tree
Showing 53 changed files with 1,568 additions and 770 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ aws sqs --no-sign-request --region local --endpoint-url http://localhost:4566/00
### Temporal Workflow

Open Temporal UI in a browser by entering the
URL: http://localhost:8088/namespaces/chainstorage-ethereum-mainnet/workflows
URL: http://localhost:8080/namespaces/chainstorage-ethereum-mainnet/workflows

Start the backfill workflow:
```shell
Expand Down Expand Up @@ -422,6 +422,13 @@ Stop a versioned streamer workflow:
go run ./cmd/admin workflow stop --workflow streamer --blockchain ethereum --network mainnet --env local --workflowID {workflowID}
```

Using Temporal CLI to check the status of the workflow:
```shell
brew install tctl
tctl --address localhost:7233 --namespace chainstorage-ethereum-mainnet workflow show --workflow_id workflow.backfiller
````
## Failover
### Nodes Failover
Expand Down
108 changes: 76 additions & 32 deletions config/chainstorage/aptos/mainnet/base.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions config/chainstorage/aptos/mainnet/development.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

108 changes: 76 additions & 32 deletions config/chainstorage/arbitrum/mainnet/base.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions config/chainstorage/arbitrum/mainnet/development.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 65663c8

Please sign in to comment.