We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d3fce commit 692ab52Copy full SHA for 692ab52
bin/Reportable.p6
@@ -31,7 +31,7 @@ my $next-date = now.DateTime.truncated-to: ‘day’;
31
32
if !%*ENV<DEBUGGABLE> and !%*ENV<TESTABLE> {
33
start loop {
34
- $next-date .= later(:6hour);
+ $next-date .= later: :6hours;
35
next if $next-date < now.DateTime;
36
await Promise.at: $next-date.Instant;
37
$semaphore.acquire; # released in the snapshot sub
0 commit comments