Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability for webui to get check results #24

Open
ohanf opened this issue Jan 4, 2018 · 3 comments
Open

Add ability for webui to get check results #24

ohanf opened this issue Jan 4, 2018 · 3 comments
Assignees
Milestone

Comments

@ohanf
Copy link

ohanf commented Jan 4, 2018

  • results of checks need to be stored
    • decide what we store?
  • checks need to happen automatically
  • websockets vs long polling
@teknogeek
Copy link
Contributor

Just found out that celery has period tasking built-in http://docs.celeryproject.org/en/latest/userguide/periodic-tasks.html

@teknogeek
Copy link
Contributor

If possible, we should go with WebSockets as long as they aren't too hard to implement.

It looks like with Flask-SocketIO, this is made really easy https://flask-socketio.readthedocs.io/en/latest/

@ohanf
Copy link
Author

ohanf commented Jan 5, 2018

lgtm as long as integrating the gevent layer wont be too hard for you

@teknogeek teknogeek added this to the 0.1 milestone Feb 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants