Skip to content

Event

Warning

This API is currently being completely reworked, and is subject to be removed in the future when a replacement is introduced

pyslurm.slurmdb_events

Access Slurmdbd events information.

get() method descriptor

Get slurm events information.

Returns:

Type Description
dict

Dictionary whose keys are the events ids

set_event_condition(start_time, end_time) method descriptor

Limit the next get() call to conditions that existed after and before a certain time.

Parameters:

Name Type Description Default
start_time int

Select conditions that existed after this unix timestamp

required
end_time int

Select conditions that existed before this unix timestamp

required