You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.