-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
- As a developer, I want a scheduling algorithm that assigns tasks to either fog nodes or the cloud based on latency and resource availability so that processing is efficient.
-
As a user, I want high-priority tasks to be processed on the fog layer to minimize latency. -
As a system administrator, I want the scheduler to queue tasks if all resources are busy so that no data is lost. -
As a user, I want to monitor where tasks are processed (fog or cloud) for transparency and debugging.