Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Change business logic to be server instead of forver loop #83

@liliankasem

Description

@liliankasem

Currently the business logic edge module uses while loop to run forever:

async def continuous_loop():
    while True:
        time.sleep(100)

A good potential improvement for this edge module is to replace that behaviour with running a server instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesteodEdge Object Detection

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions