Skip to content

Support reloading bundles without restarting oasis-node #6155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
matevz opened this issue Apr 14, 2025 · 1 comment
Open

Support reloading bundles without restarting oasis-node #6155

matevz opened this issue Apr 14, 2025 · 1 comment
Labels
c:cli Category: command line interface c:runtime/scheduler Category: runtime txn scheduler c:runtime Category: runtime

Comments

@matevz
Copy link
Member

matevz commented Apr 14, 2025

SUMMARY

Currently, there is no way to manually reload the bundle (e.g ROFL .orc) without restarting the whole oasis-node service. This is useful:

  • when you're bugfixing your ROFL and don't want to make a new release+deployment each time
  • when you're bugfixing your ROFL and don't use the new scheduler at all
  • in the Localnet in "watch" mode, where your rofl folder is bind-mounted and a script would monitor any .orc updates to reload it automatically

I suggest sth like oasis-node control reload-bundle <path>

ISSUE TYPE
  • Feature Idea
@matevz matevz added c:cli Category: command line interface c:runtime Category: runtime c:runtime/scheduler Category: runtime txn scheduler labels Apr 14, 2025
@gw0
Copy link
Contributor

gw0 commented Apr 22, 2025

What about combining bundle and config reloading (#6154) into a single control reload command?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:cli Category: command line interface c:runtime/scheduler Category: runtime txn scheduler c:runtime Category: runtime
Projects
None yet
Development

No branches or pull requests

2 participants