aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/cron_expression/cron_expression.h
Commit message (Collapse)AuthorAgeFilesLines
* Use CRON to set the schedule of queues exportPavel Bashkirov2025-06-261-0/+16
# Description Currently the interval of queues export can only be set as "Every N units". This sometimes does not work well as it always starts the count from the time `0` (January 1st, 1970). It means that, for instance, if the customer wants to set an export to "Every week", it will happen every Thursday. This PR fixes the problem by providing a CRON way to set the schedule which is proven to be very flexible and meeting (almost) any requirement the user may have. * Changelog entry Type: feature Component: queue-agent Support CRON schedules for queue exports. --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1239 Co-authored-by: apachee <apachee@yandex-team.com> Co-authored-by: apachee <apachee@yandex-team.com> Co-authored-by: apachee <apachee@yandex-team.com> Co-authored-by: apachee <apachee@yandex-team.com> Co-authored-by: apachee <apachee@yandex-team.com> commit_hash:6a536f5edc17b3ad8d2243d55d876994141d38b0