tests/testthat/_snaps/run_schedule.md

run_schedule timeliness checks - pipelines run when they're supposed to

Code
  status$invoked
Output
  [1] FALSE FALSE FALSE FALSE FALSE FALSE  TRUE
Code
  status$next_run
Output
  [1] "2024-04-26 09:00:00 UTC" "2024-04-25 12:00:00 UTC"
  [3] "2024-07-01 00:00:00 UTC" "2024-04-29 00:00:00 UTC"
  [5] "2030-12-12 10:15:00 UTC" "2024-04-29 00:00:00 UTC"
  [7] "2024-04-25 10:30:00 UTC"
Code
  status$invoked
Output
  [1]  TRUE FALSE  TRUE  TRUE FALSE  TRUE  TRUE
Code
  status$next_run
Output
  [1] "2024-05-01 00:00:00 UTC" "2024-04-01 03:00:00 UTC"
  [3] "2024-07-01 00:00:00 UTC" "2024-05-01 00:00:00 UTC"
  [5] "2030-12-01 00:00:00 UTC" "2024-05-01 00:00:00 UTC"
  [7] "2024-05-01 00:00:00 UTC"
Code
  status$invoked
Output
  [1]  TRUE FALSE  TRUE  TRUE FALSE  TRUE  TRUE
Code
  status$next_run
Output
  [1] "2024-04-05 00:00:00 UTC" "2024-04-01 03:00:00 UTC"
  [3] "2024-07-01 00:00:00 UTC" "2024-04-09 00:00:00 UTC"
  [5] "2030-12-13 00:00:00 UTC" "2024-04-09 00:00:00 UTC"
  [7] "2024-04-05 00:00:00 UTC"
Code
  status$invoked
Output
  [1] FALSE  TRUE FALSE FALSE FALSE FALSE  TRUE
Code
  status$next_run
Output
  [1] "2024-03-03 09:00:00 UTC" "2024-03-03 13:00:00 UTC"
  [3] "2024-04-01 00:00:00 UTC" "2024-03-04 00:00:00 UTC"
  [5] "2030-12-12 10:00:00 UTC" "2024-03-04 00:00:00 UTC"
  [7] "2024-03-02 14:00:00 UTC"

run_schedule timeliness checks - specifiers (e.g., hours, days, months)

Code
  status$invoked
Output
  [1]  TRUE  TRUE FALSE  TRUE FALSE FALSE FALSE
Code
  status$next_run
Output
  [1] "2024-04-08 00:00:00 UTC" "2024-04-01 04:00:00 UTC"
  [3] "2024-05-06 00:00:00 UTC" "2024-04-01 01:00:00 UTC"
  [5] "2024-04-06 00:00:00 UTC" "2024-05-01 00:00:00 UTC"
  [7] "2024-05-01 01:00:00 UTC"
Code
  status$invoked
Output
  [1]  TRUE  TRUE FALSE  TRUE FALSE  TRUE FALSE
Code
  status$next_run
Output
  [1] "2024-05-08 00:00:00 UTC" "2024-05-01 04:00:00 UTC"
  [3] "2024-05-06 00:00:00 UTC" "2024-05-01 01:00:00 UTC"
  [5] "2024-05-04 00:00:00 UTC" "2024-10-01 00:00:00 UTC"
  [7] "2024-05-01 01:00:00 UTC"

maestroStartTime with HH:MM:SS runs on the expected time

Code
  status$invoked
Output
  [1] TRUE

maestroPriority works as expected

Code
  status$pipe_name
Output
  [1] "q1" "p2"


Try the maestro package in your browser

Any scripts or data that you put into this service are public.

maestro documentation built on June 8, 2025, 10:44 a.m.