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

Open
liliankasem opened this issue Apr 2, 2021 · 0 comments
Open

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

liliankasem opened this issue Apr 2, 2021 · 0 comments
Labels
enhancement New feature or request eod Edge Object Detection

Comments

@liliankasem
Copy link
Collaborator

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

@liliankasem liliankasem added enhancement New feature or request eod Edge Object Detection labels Apr 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request eod Edge Object Detection
Projects
None yet
Development

No branches or pull requests

1 participant