Skip to content
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

feat(cron): implement Cron Device #15

Open
6 of 8 tasks
TillaTheHun0 opened this issue Nov 11, 2024 · 0 comments
Open
6 of 8 tasks

feat(cron): implement Cron Device #15

TillaTheHun0 opened this issue Nov 11, 2024 · 0 comments
Assignees

Comments

@TillaTheHun0
Copy link
Member

TillaTheHun0 commented Nov 11, 2024

ao Processes may have tags that specify Cron schedules, that inform the CU when to generate messages, as part of the overall messages schedule.

HyperBEAM needs a device that implements this part of ao.

  • Implement Parsing of Cron tags
    • time ie. 10-minutes, 30-seconds, etc.
    • block ie. 1-block, 10-blocks
  • Implement Generation of Cron message, for a specific Cron-Interval tag, using the corresponding Cron-Tag-* tags
  • Implement initializing device from a Checkpoint
  • Implement modifying schedule, by appending Cron messages, based diff between last run and the evaluation destination ie. to
  • Tests
  • Ensure the device API is compatible with hyperbeam device semantics
@TillaTheHun0 TillaTheHun0 self-assigned this Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant