Skip to content

fix(go): bug causing gas oracle to crash locally#2363

Merged
smartcontracts merged 1 commit intodevelopfrom
sc/fix-gas-oracle
Mar 25, 2022
Merged

fix(go): bug causing gas oracle to crash locally#2363
smartcontracts merged 1 commit intodevelopfrom
sc/fix-gas-oracle

Conversation

@smartcontracts
Copy link
Contributor

@smartcontracts smartcontracts commented Mar 24, 2022

Description
Fixes a bug in the gas oracle docker setup that caused the oracle to
crash whenever it ran locally. Tweaks the ensureConnection function to
check more regularly and properly manage retries.

Metadata

@changeset-bot
Copy link

changeset-bot bot commented Mar 24, 2022

🦋 Changeset detected

Latest commit: 162ff89

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@eth-optimism/gas-oracle Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Fixes a bug in the gas oracle docker setup that caused the oracle to
crash whenever it ran locally. Tweaks the ensureConnection function to
check more regularly and properly manage retries.
@smartcontracts smartcontracts merged commit b283ca5 into develop Mar 25, 2022
@smartcontracts smartcontracts deleted the sc/fix-gas-oracle branch March 25, 2022 18:28
theochap added a commit that referenced this pull request Dec 10, 2025
…operly (#2363)

## Description

This PR adds drop guards to every actor to ensure they're all cancelled
whenever any actor drops.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ops Area: ops

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gas-oracle exited immediately when run by docker-compose Docker environment for development - gas oracle stuck

2 participants