mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #369] make all async #275
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zodman on GitHub (Jul 18, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/369
webvirtmgr it is awsome!!!
But it had a big problem, each request execute a task the task can take long time to response and make a lock or freeze.
This me happen with webvirtmgr exit on host what not contais libvirt node. For example a cluster/farm o a lots of hostnames.
The deal it is put all task on a queue o task manager like celery/huey/python-rq process all task.
what do you think?
@retspen commented on GitHub (Jul 21, 2014):
Hmm... Celery/huey/python-rq don't decide this problem, you won't have lock or freeze only.