FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[FEATURE] Preemptive tasks scheduling · Issue #596 · poolifier/poolifier · GitHub

[FEATURE] Preemptive tasks scheduling #596

Description

Describe the feature

The tasks distribution only occurs at submission. That means that submitting all tasks at once can lead to have them all running on the same worker in the pool with some worker choice strategies, and any tasks running forever (like an HTTP server) are never reassigned to other workers in the pool given the tasks worker usage.
To fix it, a tasks list with their status need to be added and tasks schedulers using tasks runtime need to be run on a regular basis to redistribute tasks to workers in the pool.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL