[GH-ISSUE #369] make all async #275

Open
opened 2026-02-27 16:38:41 +03:00 by kerem · 1 comment
Owner

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?

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?
Author
Owner

@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.

<!-- gh-comment-id:49573763 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#275
No description provided.