Class WeeklySchedule (0.3.9)

WeeklySchedule(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Make a snapshot every week e.g. at Monday 04:00, Wednesday 05:20, Sunday 23:50

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
snapshots_to_keep float
The maximum number of Snapshots to keep for the hourly schedule This field is a member of oneof_ _snapshots_to_keep.
minute float
Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0). This field is a member of oneof_ _minute.
hour float
Set the hour to start the snapshot (0-23), defaults to midnight (0). This field is a member of oneof_ _hour.
day str
Set the day or days of the week to make a snapshot. Accepts a comma separated days of the week. Defaults to 'Sunday'. This field is a member of oneof_ _day.