Skip to content

Conversation

@prk-Jr
Copy link

@prk-Jr prk-Jr commented Jan 28, 2026

  • Replace std::time::Instant with web_time::Instant in middleware
  • Add web-time dependency to edgezero-core
  • Fixes Cloudflare Workers panic on time not implemented

Prakash Bhatt added 4 commits January 28, 2026 21:52
- Replace std::time::Instant with web_time::Instant in middleware
- Add web-time dependency to edgezero-core
- Fixes Cloudflare Workers panic on time not implemented
@prk-Jr prk-Jr marked this pull request as ready for review January 29, 2026 09:59
@prk-Jr prk-Jr self-assigned this Jan 29, 2026
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tracing = "0.1"
worker = { version = "0.7", default-features = false, features = ["http"] }
# Workspace configuration removed to merge with root workspace
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓ Why we are removing this from demo app. The goal of the demo app to be able to run locally.

validator = { version = "0.20", features = ["derive"] }
walkdir = { version = "2" }
worker = { version = "0.7", features = ["http"] }
web-time = "1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⛏️ Please keep imports in sorted order

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

Successfully merging this pull request may close these issues.

3 participants