Pool

The pool

Properties

NameTypeDescriptionNotes
deferred_slotsintThe number of slots used by deferred tasks at the moment. Relevant if 'include_deferred' is set to true. New in version 2.7.0[optional] [readonly]
descriptionstr, none_typeThe description of the pool. New in version 2.3.0[optional]
include_deferredboolIf set to true, deferred tasks are considered when calculating open pool slots. New in version 2.7.0[optional]
namestrThe name of pool.[optional]
occupied_slotsintThe number of slots used by running/queued tasks at the moment. May include deferred tasks if 'include_deferred' is set to true.[optional] [readonly]
open_slotsintThe number of free slots at the moment.[optional] [readonly]
queued_slotsintThe number of slots used by queued tasks at the moment.[optional] [readonly]
running_slotsintThe number of slots used by running tasks at the moment.[optional] [readonly]
scheduled_slotsintThe number of slots used by scheduled tasks at the moment.[optional] [readonly]
slotsintThe maximum number of slots that can be assigned to tasks. One job may occupy one or more slots.[optional]
any string namebool, date, datetime, dict, float, int, list, str, none_typeany string name can be used but the value must be the correct type[optional]

[Back to Model list] [Back to API list] [Back to README]